mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
batman-adv: set .owner to THIS_MODULE
If THIS_MODULE is not set, the module would be removed while debugfs is
being used.
It eventually makes kernel panic.
Fixes: c6c8fea297 ("net: Add batman-adv meshing protocol")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
This commit is contained in:
committed by
Simon Wunderlich
parent
f8394f232b
commit
14a2e551fa
@@ -180,6 +180,7 @@ static const struct file_operations batadv_log_fops = {
|
|||||||
.read = batadv_log_read,
|
.read = batadv_log_read,
|
||||||
.poll = batadv_log_poll,
|
.poll = batadv_log_poll,
|
||||||
.llseek = no_llseek,
|
.llseek = no_llseek,
|
||||||
|
.owner = THIS_MODULE,
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user