From f37659cfcde4d8f27059fe5bc4d93c8d78823e4a Mon Sep 17 00:00:00 2001 From: Simon Graham Date: Fri, 21 Dec 2007 21:10:35 -0500 Subject: [PATCH] Make minor_count visible through sysfs --- drbd/drbd_main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drbd/drbd_main.c b/drbd/drbd_main.c index d365f1b..984d00f 100644 --- a/drbd/drbd_main.c +++ b/drbd/drbd_main.c @@ -89,7 +89,7 @@ MODULE_ALIAS_BLOCKDEV_MAJOR(LANANA_DRBD_MAJOR); MODULE_PARM_DESC(allow_oos, "DONT USE!"); /* thanks to these macros, if compiled into the kernel (not-module), * this becomes the boot parameter drbd.minor_count */ -module_param(minor_count, int,0); +module_param(minor_count, int,0400); module_param(allow_oos, bool,0); #ifdef DRBD_ENABLE_FAULTS -- 1.5.4.rc1