|
@@ -15,7 +15,7 @@
|
|
#include "nvme.h"
|
|
#include "nvme.h"
|
|
|
|
|
|
static bool multipath = true;
|
|
static bool multipath = true;
|
|
-module_param(multipath, bool, 0644);
|
|
|
|
|
|
+module_param(multipath, bool, 0444);
|
|
MODULE_PARM_DESC(multipath,
|
|
MODULE_PARM_DESC(multipath,
|
|
"turn on native support for multiple controllers per subsystem");
|
|
"turn on native support for multiple controllers per subsystem");
|
|
|
|
|