Skip to content

Commit 26c8996

Browse files
committed
Merge tag 'batadv-net-pullrequest-20201124' of git://git.open-mesh.org/linux-merge
Simon Wunderlich says: ==================== Here is a batman-adv bugfix: - set module owner to THIS_MODULE, by Taehee Yoo * tag 'batadv-net-pullrequest-20201124' of git://git.open-mesh.org/linux-merge: batman-adv: set .owner to THIS_MODULE ==================== Link: https://lore.kernel.org/r/20201124134417.17269-1-sw@simonwunderlich.de Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2 parents 49d66ed + 14a2e55 commit 26c8996

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

net/batman-adv/log.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ static const struct file_operations batadv_log_fops = {
180180
.read = batadv_log_read,
181181
.poll = batadv_log_poll,
182182
.llseek = no_llseek,
183+
.owner = THIS_MODULE,
183184
};
184185

185186
/**

0 commit comments

Comments
 (0)