Commit 542b8ab9 authored by Stephen Hemminger's avatar Stephen Hemminger

[NET]: Missing owner field on pppoe /proc

parent 28a7c030
......@@ -1061,6 +1061,7 @@ static int pppoe_seq_open(struct inode *inode, struct file *file)
}
static struct file_operations pppoe_seq_fops = {
.owner = THIS_MODULE,
.open = pppoe_seq_open,
.read = seq_read,
.llseek = seq_lseek,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment