RE: [PATCH 3/6] sd: fix up ->compat_ioctl

2014-11-06 Thread Elliott, Robert (Server Storage)
> -Original Message- > From: Christoph Hellwig [mailto:h...@lst.de] > Sent: Thursday, 30 October, 2014 4:27 AM > To: linux-scsi@vger.kernel.org > Cc: Douglas Gilbert; Elliott, Robert (Server Storage) > Subject: [PATCH 3/6] sd: fix up ->compat_ioctl > > No nee

Re: [PATCH 3/6] sd: fix up ->compat_ioctl

2014-11-05 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig writes: Christoph> No need to verify the passthrough ioctls, the real handler Christoph> will take care of that. Also make sure not to block for Christoph> resets on O_NONBLOCK fds. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux

Re: [PATCH 3/6] sd: fix up ->compat_ioctl

2014-11-05 Thread Hannes Reinecke
On 10/30/2014 10:27 AM, Christoph Hellwig wrote: > No need to verify the passthrough ioctls, the real handler will > take care of that. Also make sure not to block for resets on > O_NONBLOCK fds. > > Signed-off-by: Christoph Hellwig Reviewed-by: Hannes Reinecke Cheers, Hannes -- Dr. Hannes R

Re: [PATCH 3/6] sd: fix up ->compat_ioctl

2014-10-30 Thread Hannes Reinecke
On 10/30/2014 10:27 AM, Christoph Hellwig wrote: > No need to verify the passthrough ioctls, the real handler will > take care of that. Also make sure not to block for resets on > O_NONBLOCK fds. > > Signed-off-by: Christoph Hellwig Reviewed-by: Hannes Reinecke Cheers, Hannes -- Dr. Hannes R

[PATCH 3/6] sd: fix up ->compat_ioctl

2014-10-30 Thread Christoph Hellwig
No need to verify the passthrough ioctls, the real handler will take care of that. Also make sure not to block for resets on O_NONBLOCK fds. Signed-off-by: Christoph Hellwig --- drivers/scsi/sd.c | 28 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/d

[PATCH 3/6] sd: fix up ->compat_ioctl

2014-10-27 Thread Christoph Hellwig
No need to verify the passthrough ioctls, the real handler will take care of that. Also make sure not to block for resets on O_NONBLOCK fds. Signed-off-by: Christoph Hellwig --- drivers/scsi/sd.c | 28 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/d