mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
[PATCH] s390: cmm sender parameter visibility
Make cmm module parameter "sender" visible in sysfs. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
77eb65cbc1
commit
447570cfde
1 changed files with 1 additions and 1 deletions
|
@ -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)");
|
||||
|
||||
|
|
Loading…
Reference in a new issue