lkml.org 
[lkml]   [2019]   [Dec]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 05/24] compat_ioctl: block: handle add zone open, close and finish ioctl
Date
On 2019/12/12 5:45, Arnd Bergmann wrote:
> 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")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
> block/compat_ioctl.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> 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,
>

Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com>

--
Damien Le Moal
Western Digital Research

\
 
 \ /
  Last update: 2019-12-12 02:21    [W:0.245 / U:0.988 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site