fs: make two stat prep helpers available
authorJens Axboe <axboe@kernel.dk>
Sat, 14 Dec 2019 20:26:33 +0000 (13:26 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 15 Jan 2020 22:05:00 +0000 (15:05 -0700)
commit3dc3f23da3c1f3e8a74e6a83c7a5fe6e3f40c8ba
tree4ec2fe03b4291b876d7e25c08f0270cad411cf63
parent813668c6099b84207070b7ceed2001197aec5aec
fs: make two stat prep helpers available

To implement an async stat, we need to provide the flags mapping and
the statx user copy. Make them available internally, through
fs/internal.h.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/internal.h
fs/stat.c