RE: [PATCH 1/7] qla4xxx: Allow removal of failed session using logout.

2013-08-27 Thread Adheer Chandravanshi
edu; linux-scsi; Vikas Chaudhary; Lalit Chandivade > Subject: Re: [PATCH 1/7] qla4xxx: Allow removal of failed session using > logout. > > On Mon, 2013-07-08 at 08:33 -0400, adheer.chandravan...@qlogic.com > wrote: > > + /* wait until next relogin is triggered using

Re: [PATCH 1/7] qla4xxx: Allow removal of failed session using logout.

2013-08-23 Thread James Bottomley
On Mon, 2013-07-08 at 08:33 -0400, adheer.chandravan...@qlogic.com wrote: > + /* wait until next relogin is triggered using DF_RELOGIN and > +* clear DF_RELOGIN to avoid invocation of further relogin > +*/ > + wtime = jiffies + (HZ * RELOGIN_TOV); > + do { > +

[PATCH 1/7] qla4xxx: Allow removal of failed session using logout.

2013-07-08 Thread adheer.chandravanshi
From: Adheer Chandravanshi If logout is performed on a failed session entry then that session should be gracefully removed. Signed-off-by: Adheer Chandravanshi Signed-off-by: Vikas Chaudhary --- drivers/scsi/qla4xxx/ql4_def.h |1 + drivers/scsi/qla4xxx/ql4_os.c | 48 +++