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:
@@ -67,6 +67,7 @@ static long unlocked_ioctl(struct file *filp, unsigned int cmd, unsigned long ar
|
||||
}
|
||||
|
||||
static const struct file_operations fops = {
|
||||
.owner = THIS_MODULE,
|
||||
.unlocked_ioctl = unlocked_ioctl
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user