Re: [PATCH] scsi_dh_alua: Add module parameter to allow failover to non preferred path without STPG

2013-04-01 Thread Ewan Milne
On Thu, 2013-03-28 at 22:07 +, Stewart, Sean wrote: +static uint optimize_stpg; +module_param(optimize_stpg, uint, S_IRUGO|S_IWUSR); +MODULE_PARM_DESC(optimize_stpg, Send STPG command for Failover on non-preferred path(0=Yes,1=No). Default is 0.); Could you possibly reword the

[PATCH 1/1] ibmvscsi: Fix slave_configure deadlock

2013-04-01 Thread Brian King
No locks should be held when calling scsi_adjust_queue_depth so drop the lock in slave_configure prior to calling it. Signed-off-by: Brian King brk...@linux.vnet.ibm.com --- drivers/scsi/ibmvscsi/ibmvscsi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN

Re: [PATCH 1/1] ibmvscsi: Fix slave_configure deadlock

2013-04-01 Thread Robert Jennings
* Brian King (brk...@linux.vnet.ibm.com) wrote: No locks should be held when calling scsi_adjust_queue_depth so drop the lock in slave_configure prior to calling it. Signed-off-by: Brian King brk...@linux.vnet.ibm.com Acked-by: Robert Jennings r...@linux.vnet.ibm.com ---

fcoe pull-request 3.9-rc5

2013-04-01 Thread Love, Robert W
The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7: Linux 3.9-rc4 (2013-03-23 16:52:44 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rwlove/fcoe.git tags/for-3.9-rc for you to fetch changes up to

Re: [PATCH] scsi_transport_fc: Make 'port_state' writeable

2013-04-01 Thread James Smart
Hannes, I'm finally going through this thread. I'm a bit uncomfortable about making the rport state writeable. The rport state is tightly tied to the driver's discovery engine, and I'm concerned about some of the callbacks firing, such as the rport_delete(), and the driver taking an action