]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit74403c3792fe5e8b0a73b8191af7b39e46c0a827
tree3328ebbcf6016da86cd7af97d9cc27cee43db40b
parentc812a4b31d9c5d4422215895eab4f22923edc67c
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