Re: [PATCH 6/6] scsi: return EAGAIN when resetting a device under EH

2014-11-06 Thread Douglas Gilbert
EAGAIN when resetting a device under EH Signed-off-by: Christoph Hellwig --- drivers/scsi/scsi_ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/scsi_ioctl.c b/drivers/scsi/scsi_ioctl.c index 712f159..c4f7b56 100644 --- a/drivers/scsi/scsi_ioctl.c +++ b

RE: [PATCH 6/6] scsi: return EAGAIN when resetting a device under EH

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 6/6] scsi: return EAGAIN when resetting a

Re: [PATCH 6/6] scsi: return EAGAIN when resetting a device under EH

2014-11-05 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig writes: Christoph> - return -ENODEV; Christoph> + return -EAGAIN; Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to maj

Re: [PATCH 6/6] scsi: return EAGAIN when resetting a device under EH

2014-11-05 Thread Hannes Reinecke
On 10/30/2014 10:27 AM, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig > --- > drivers/scsi/scsi_ioctl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/scsi_ioctl.c b/drivers/scsi/scsi_ioctl.c > index 712f159..c4f7b56 100644 > --- a/drivers/scs

[PATCH 6/6] scsi: return EAGAIN when resetting a device under EH

2014-10-30 Thread Christoph Hellwig
Signed-off-by: Christoph Hellwig --- drivers/scsi/scsi_ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/scsi_ioctl.c b/drivers/scsi/scsi_ioctl.c index 712f159..c4f7b56 100644 --- a/drivers/scsi/scsi_ioctl.c +++ b/drivers/scsi/scsi_ioctl.c @@ -278,7 +278,7 @

[PATCH 6/6] scsi: return EAGAIN when resetting a device under EH

2014-10-27 Thread Christoph Hellwig
Signed-off-by: Christoph Hellwig --- drivers/scsi/scsi_ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/scsi_ioctl.c b/drivers/scsi/scsi_ioctl.c index d0cb33d..53e8fea 100644 --- a/drivers/scsi/scsi_ioctl.c +++ b/drivers/scsi/scsi_ioctl.c @@ -278,7 +278,7 @