Re: [PATCH 02/12] target: Convert REPORT_LUN + MODE_SENSE to RCU reader

2015-05-13 Thread Nicholas A. Bellinger
On Wed, 2015-05-13 at 07:47 +0200, Christoph Hellwig wrote: > On Tue, May 12, 2015 at 09:25:26AM +, Nicholas A. Bellinger wrote: > > From: Nicholas Bellinger > > > > This patch converts SPC emulation for REPORT_LUN + MODE_SENSE to use > > RCU read locks for se_node_acl->lun_entry_hlist access

Re: [PATCH 02/12] target: Convert REPORT_LUN + MODE_SENSE to RCU reader

2015-05-12 Thread Christoph Hellwig
On Tue, May 12, 2015 at 09:25:26AM +, Nicholas A. Bellinger wrote: > From: Nicholas Bellinger > > This patch converts SPC emulation for REPORT_LUN + MODE_SENSE to use > RCU read locks for se_node_acl->lun_entry_hlist access. > > Also convert the MODE_SENSE special case in pscsi_transport_com

[PATCH 02/12] target: Convert REPORT_LUN + MODE_SENSE to RCU reader

2015-05-12 Thread Nicholas A. Bellinger
From: Nicholas Bellinger This patch converts SPC emulation for REPORT_LUN + MODE_SENSE to use RCU read locks for se_node_acl->lun_entry_hlist access. Also convert the MODE_SENSE special case in pscsi_transport_complete() Cc: Hannes Reinecke Cc: Christoph Hellwig Cc: Sagi Grimberg Signed-off-