]> git.baikalelectronics.ru Git - kernel.git/commit
compat_ioctl: block: handle add zone open, close and finish ioctl
authorArnd Bergmann <arnd@arndb.de>
Fri, 29 Nov 2019 10:28:22 +0000 (11:28 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 21 Dec 2019 14:26:41 +0000 (07:26 -0700)
commit46b484f5b294d67b5ea747cfd000aad5c28e4307
treeb260374ba7fe1b3ef4a613fd70196199c48b7dbe
parentd4c862dc698bc308e30c086d426a248c05546f9a
compat_ioctl: block: handle add zone open, close and finish ioctl

These were added to blkdev_ioctl() in linux-5.5 but not
blkdev_compat_ioctl, so add them now.

Fixes: 960f1bb8ed81 ("block: add zone open, close and finish ioctl support")
Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/compat_ioctl.c