commit | e62753e4e2926f249d088cc0517be5ed4efec6d6 | [log] [tgz] |
---|---|---|
author | Bijan Mottahedeh <bijan.mottahedeh@oracle.com> | Fri May 22 21:31:18 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue May 26 16:48:06 2020 -0600 |
tree | 39978c564ad3005545c51e7dc4483f9f82df810a | |
parent | 0018784fc84f636d473a0d2a65a34f9d01893c0a [diff] |
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>