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>
Sat, 28 Dec 2019 19:02:36 +0000 (12:02 -0700)
commit46d2e3b067964c377e6b442ec83c7ba9d2f3258d
tree1743cdf5ee597b7e5ed44e2c7c9d9a000a4f6273
parent93303933a8161e96f540d600cc707e128dfcf2e8
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