fs: add file_operations->async_cmd()
authorJens Axboe <axboe@kernel.dk>
Thu, 16 Dec 2021 12:46:18 +0000 (18:16 +0530)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Dec 2021 16:52:30 +0000 (09:52 -0700)
commit869d13ef221c3d0112ebffc9eb922d9d55292396
treebfb0e63925230b20fc258988fbd61c78d71172ea
parent278755c32b7fd62a8e82a1229c819ed2fcd85730
fs: add file_operations->async_cmd()

This is a file private handler, similar to ioctls but hopefully a lot
more sane and useful.

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