fs: add file_operations->async_cmd()
authorJens Axboe <axboe@kernel.dk>
Fri, 18 Dec 2020 22:10:30 +0000 (15:10 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Sep 2021 18:09:07 +0000 (12:09 -0600)
commitfebfc90209e0bb63c5b5eb904d572270810b171b
tree562116b2f02ff53f71dd0c88240e7f2cc2ec7609
parentfc0788fd67d9053330accd03822a501c6e3727e3
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