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

From: Martin Schwidefsky
Date: Tue Jun 21 2005 - 11:59:31 EST


[patch 11/16] 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-17 21:48:29.000000000 +0200
+++ linux-2.6-patched/arch/s390/mm/cmm.c 2005-06-21 17:36:52.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/