]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Tue, 21 Jan 2020 00:03:54 +0000 (17:03 -0700)
commit55ab74ec772c35f33e8fa268ad9fda145b80fd7a
treee7d960bb93570199886b0fa60a19446dc7e67342
parent617803dc1ab8dbd09d3865c67348dd32e9179286
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