[PATCH 2/2] ib_srpt: Make srpt_srq_size module parameter use S_IRUGO|S_IWUSR

2011-11-06 Thread Nicholas A. Bellinger
From: Nicholas Bellinger n...@linux-iscsi.org This patch converts the srpt_srq_size module parameter to R/W access so that it's accessable when built as CONFIG_INFINIBAND_SRPT=y. This parameter is only referenced within srpt_add_one() directly to set srpt_device-srq_size. Reported-by: Bart Van

Re: [PATCH 2/2] ib_srpt: Make srpt_srq_size module parameter use S_IRUGO|S_IWUSR

2011-11-06 Thread Bart Van Assche
On Sun, Nov 6, 2011 at 12:15 PM, Nicholas A. Bellinger n...@linux-iscsi.org wrote: This patch converts the srpt_srq_size module parameter to R/W access so that it's accessable when built as CONFIG_INFINIBAND_SRPT=y.  This parameter is only referenced within srpt_add_one() directly to set

Re: [PATCH 2/2] ib_srpt: Make srpt_srq_size module parameter use S_IRUGO|S_IWUSR

2011-11-06 Thread Nicholas A. Bellinger
On Sun, 2011-11-06 at 12:40 +0100, Bart Van Assche wrote: On Sun, Nov 6, 2011 at 12:15 PM, Nicholas A. Bellinger n...@linux-iscsi.org wrote: This patch converts the srpt_srq_size module parameter to R/W access so that it's accessable when built as CONFIG_INFINIBAND_SRPT=y. This parameter