summaryrefslogtreecommitdiffstats
path: root/kernel/fs/f2fs/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/f2fs/debug.c')
-rw-r--r--kernel/fs/f2fs/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fs/f2fs/debug.c b/kernel/fs/f2fs/debug.c
index 478e5d541..24d6a51b4 100644
--- a/kernel/fs/f2fs/debug.c
+++ b/kernel/fs/f2fs/debug.c
@@ -352,6 +352,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,