[patch 8/11] s390: cmm sender parameter visibility.

From: Martin Schwidefsky
Date: Wed Jun 01 2005 - 13:41:42 EST


[patch 8/11] s390: cmm sender parameter visibility.

From: Heiko Carstens <heiko.carstens@xxxxxxxxxx>

Make cmm module parameter "sender" visible in sysfs.

Signed-off-by: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>

diffstat:
arch/s390/mm/cmm.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -urpN linux-2.6/arch/s390/mm/cmm.c linux-2.6-patched/arch/s390/mm/cmm.c
--- linux-2.6/arch/s390/mm/cmm.c 2005-06-01 19:42:54.000000000 +0200
+++ linux-2.6-patched/arch/s390/mm/cmm.c 2005-06-01 19:43:19.000000000 +0200
@@ -21,7 +21,7 @@
#include <asm/uaccess.h>

static char *sender = "VMRMSVM";
-module_param(sender, charp, 0);
+module_param(sender, charp, 0400);
MODULE_PARM_DESC(sender,
"Guest name that may send SMSG messages (default VMRMSVM)");

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/