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.