From: Arnd Bergmann Date: Fri, 29 Nov 2019 10:28:22 +0000 (+0100) Subject: compat_ioctl: block: handle add zone open, close and finish ioctl X-Git-Tag: v5.15~4831^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=4b43f31d65dac587dae09ee27a48fd68a0cfd8c2;p=mirror_ubuntu-kernels.git 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: e876df1fe0ad ("block: add zone open, close and finish ioctl support") Reviewed-by: Damien Le Moal Signed-off-by: Arnd Bergmann Signed-off-by: Jens Axboe --- diff --git a/block/compat_ioctl.c b/block/compat_ioctl.c index f5c1140b8624..5b13e344229c 100644 --- a/block/compat_ioctl.c +++ b/block/compat_ioctl.c @@ -356,6 +356,9 @@ long compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) case BLKRRPART: case BLKREPORTZONE: case BLKRESETZONE: + case BLKOPENZONE: + case BLKCLOSEZONE: + case BLKFINISHZONE: case BLKGETZONESZ: case BLKGETNRZONES: return blkdev_ioctl(bdev, mode, cmd,