From: Mikulas Patocka Date: Wed, 2 Jul 2014 16:46:23 +0000 (-0400) Subject: block: provide compat ioctl for BLKZEROOUT X-Git-Tag: v4.9.8~6059^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b3a1814d1703027f9867d0f5cbbfaf6c7482474;p=platform%2Fkernel%2Flinux-rpi3.git block: provide compat ioctl for BLKZEROOUT This patch provides the compat BLKZEROOUT ioctl. The argument is a pointer to two uint64_t values, so there is no need to translate it. Signed-off-by: Mikulas Patocka Cc: stable@vger.kernel.org # 3.7+ Acked-by: Martin K. Petersen Signed-off-by: Jens Axboe --- diff --git a/block/compat_ioctl.c b/block/compat_ioctl.c index fbd5a67..a0926a6 100644 --- a/block/compat_ioctl.c +++ b/block/compat_ioctl.c @@ -690,6 +690,7 @@ long compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) case BLKROSET: case BLKDISCARD: case BLKSECDISCARD: + case BLKZEROOUT: /* * the ones below are implemented in blkdev_locked_ioctl, * but we call blkdev_ioctl, which gets the lock for us