Hi Bart, 

> On Dec 20, 2017, at 10:53 AM, Bart Van Assche <[email protected]> wrote:
> 
> On Tue, 2017-12-19 at 22:56 -0800, Himanshu Madhani wrote:
>> +int qla2xuseresexchforels;
>> +module_param(qla2xuseresexchforels, int, 0444);
>> +MODULE_PARM_DESC(qla2xuseresexchforels,
>> +             "Reserve 1/2 of emergency exchanges for ELS.\n"
>> +             " 0 (default): disabled");
> 
> Same question here as for another kernel module parameter: does this have to
> be a kernel module parameter or could this have been implemented as a sysfs
> attribute?
> 
> Thanks,
> 
> Bart.

This does not have to be module parameter. Let me work on changing this to 
sysfs and
submit in next series with the correction

Thanks,
- Himanshu

Reply via email to