On Tue, 2016-03-01 at 07:01 -0800, Christoph Hellwig wrote: > On Sun, Feb 14, 2016 at 11:15:29PM +0530, Varun Prakash wrote: > > call Rx thread function if registered > > by transport driver, so that transport > > drivers can use iscsi-target Rx thread > > for Rx processing. > > > > update iSER target driver to use this > > interface. > > Not related to your new driver, but what's the point of even starting a > RX thread for iSER? Originally, this was added to avoid having multiple connection shutdown special cases in now defunct iscsi_target_tq.c code. With that part out of the way, it's should be straight-forward to avoid starting conn->rx_thread all-together for iser-target. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html