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>
Wed, 22 Jun 2022 17:07:48 +0000 (11:07 -0600)
commit8a1998d6ac8c63d00052482611432587a15be72a
tree5c783f26ba9fdfb5041a9d7eee79d2c4e1de6e26
parentbe37ef1988cc81c5d665e073016fdfc063bc9496
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