io_uring: convert file system request types to use io_cmd_type
authorJens Axboe <axboe@kernel.dk>
Tue, 24 May 2022 15:59:28 +0000 (09:59 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:34:00 +0000 (08:34 -0600)
commit70ebe5d44e3d9ca6ebd4f8964874c981b680b828
treeb7af0643cab7f6489db48eb7f9187a8c11ee0c55
parent318ad765e898811bd0a23e204e150948078cb1b9
io_uring: convert file system request types to use io_cmd_type

This converts statx, rename, unlink, mkdir, symlink, and hardlink to
use io_cmd_type.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c