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>
Mon, 25 Jul 2022 00:39:10 +0000 (18:39 -0600)
commitbb040a21fd0579ec7575a0ede7185d2504c021b7
tree3328ebbcf6016da86cd7af97d9cc27cee43db40b
parent37d4842f11c5a8d4eeb8e85bf2120a167d174456
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