|
@@ -28,7 +28,7 @@ static bool enable_dif;
|
|
|
module_param_named(dif, enable_dif, bool, 0400);
|
|
|
MODULE_PARM_DESC(dif, "Enable DIF/DIX data integrity support");
|
|
|
|
|
|
-static bool allow_lun_scan = 1;
|
|
|
+static bool allow_lun_scan = true;
|
|
|
module_param(allow_lun_scan, bool, 0600);
|
|
|
MODULE_PARM_DESC(allow_lun_scan, "For NPIV, scan and attach all storage LUNs");
|
|
|
|