提交 13399cba 编写于 作者: O Olaf Hering 提交者: Greg Kroah-Hartman

hv: make vmbus_loglevel writeable

make /sys/module/hv_vmbus/parameters/vmbus_loglevel writeable by root.
Signed-off-by: NOlaf Hering <olaf@aepfle.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 8fea1912
......@@ -827,7 +827,7 @@ static void __exit hv_pci_exit(void)
MODULE_LICENSE("GPL");
MODULE_VERSION(HV_DRV_VERSION);
module_param(vmbus_loglevel, int, S_IRUGO);
module_param(vmbus_loglevel, int, S_IRUGO|S_IWUSR);
module_init(hv_pci_init);
module_exit(hv_pci_exit);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册