io_uring: call statx directly
authorBijan Mottahedeh <bijan.mottahedeh@oracle.com>
Sat, 23 May 2020 04:31:18 +0000 (21:31 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 May 2020 22:48:06 +0000 (16:48 -0600)
commite62753e4e2926f249d088cc0517be5ed4efec6d6
tree39978c564ad3005545c51e7dc4483f9f82df810a
parent0018784fc84f636d473a0d2a65a34f9d01893c0a
io_uring: call statx directly

Calling statx directly both simplifies the interface and avoids potential
incompatibilities between sync and async invokations.

Signed-off-by: Bijan Mottahedeh <bijan.mottahedeh@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c