Re: [PATCH] block: provide compat ioctl for BLKZEROOUT

2014-07-14 Thread Jens Axboe
On 2014-07-13 15:24, Martin K. Petersen wrote: "Mikulas" == Mikulas Patocka writes: Mikulas> This patch provides the compat BLKZEROOUT ioctl. The argument Mikulas> is a pointer to two uint64_t values, so there is no need to Mikulas> translate it. Acked-by: Martin K. Petersen Applied,

Re: [PATCH] block: provide compat ioctl for BLKZEROOUT

2014-07-14 Thread Jens Axboe
On 2014-07-13 15:24, Martin K. Petersen wrote: Mikulas == Mikulas Patocka mpato...@redhat.com writes: Mikulas This patch provides the compat BLKZEROOUT ioctl. The argument Mikulas is a pointer to two uint64_t values, so there is no need to Mikulas translate it. Acked-by: Martin K. Petersen

Re: [PATCH] block: provide compat ioctl for BLKZEROOUT

2014-07-13 Thread Martin K. Petersen
> "Mikulas" == Mikulas Patocka writes: Mikulas> This patch provides the compat BLKZEROOUT ioctl. The argument Mikulas> is a pointer to two uint64_t values, so there is no need to Mikulas> translate it. Acked-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering -- To

Re: [PATCH] block: provide compat ioctl for BLKZEROOUT

2014-07-13 Thread Martin K. Petersen
Mikulas == Mikulas Patocka mpato...@redhat.com writes: Mikulas This patch provides the compat BLKZEROOUT ioctl. The argument Mikulas is a pointer to two uint64_t values, so there is no need to Mikulas translate it. Acked-by: Martin K. Petersen martin.peter...@oracle.com -- Martin K. Petersen

[PATCH] block: provide compat ioctl for BLKZEROOUT

2014-07-02 Thread Mikulas Patocka
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: sta...@vger.kernel.org # 3.7+ --- block/compat_ioctl.c |1 + 1 file changed, 1 insertion(+) Index:

[PATCH] block: provide compat ioctl for BLKZEROOUT

2014-07-02 Thread Mikulas Patocka
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 mpato...@redhat.com Cc: sta...@vger.kernel.org # 3.7+ --- block/compat_ioctl.c |1 + 1 file changed, 1 insertion(+)