diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c index 8d9943786c3..a73dddedc80 100644 --- a/fs/f2fs/debug.c +++ b/fs/f2fs/debug.c @@ -294,6 +294,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,