diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c index 67a04d8074bb5bcda0064b07701e89aae8a5701e..fbd5184140d086df541a2583ccc5d1de74054e58 100644 --- a/fs/f2fs/debug.c +++ b/fs/f2fs/debug.c @@ -377,6 +377,7 @@ static int stat_open(struct inode *inode, struct file *file) } static const struct file_operations stat_fops = { + .owner = THIS_MODULE, .open = stat_open, .read = seq_read, .llseek = seq_lseek,