浏览代码

[PATCH] Initialize the .owner field the tty_ldisc structure.

If .owner isn't set the module can be unloaded even while still active.

Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Ralf Baechle 19 年之前
父节点
当前提交
74cfe03f80
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/net/hamradio/mkiss.c

+ 1 - 0
drivers/net/hamradio/mkiss.c

@@ -977,6 +977,7 @@ out:
 }
 
 static struct tty_ldisc ax_ldisc = {
+	.owner		= THIS_MODULE,
 	.magic		= TTY_LDISC_MAGIC,
 	.name		= "mkiss",
 	.open		= mkiss_open,