Re: [PATCH 05/15] IB/srpt: Use scsilun_to_int()

2016-01-06 Thread Sagi Grimberg
Reviewed-by: Sagi Grimberg -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 05/15] IB/srpt: Use scsilun_to_int()

2016-01-05 Thread Bart Van Assche
Just like other target drivers, use scsilun_to_int() to unpack SCSI LUN numbers. This patch only changes the behavior of ib_srpt for LUN numbers >= 16384. Signed-off-by: Bart Van Assche Cc: Christoph Hellwig --- drivers/infiniband/ulp/srpt/ib_srpt.c |

Re: [PATCH 05/15] IB/srpt: Use scsilun_to_int()

2016-01-05 Thread Christoph Hellwig
On Tue, Jan 05, 2016 at 03:22:46PM +0100, Bart Van Assche wrote: > Just like other target drivers, use scsilun_to_int() to unpack SCSI > LUN numbers. This patch only changes the behavior of ib_srpt for LUN > numbers >= 16384. > > Signed-off-by: Bart Van Assche > Cc: