mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
fops owner
This commit is contained in:
@@ -65,6 +65,7 @@ static int kthread_func(void *data)
|
||||
}
|
||||
|
||||
static const struct file_operations fops = {
|
||||
.owner = THIS_MODULE,
|
||||
.read = read,
|
||||
.poll = poll
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user