diff options
Diffstat (limited to 'fs/f2fs/debug.c')
-rw-r--r-- | fs/f2fs/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c index 67a04d8074bb..fbd5184140d0 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) | |||
377 | } | 377 | } |
378 | 378 | ||
379 | static const struct file_operations stat_fops = { | 379 | static const struct file_operations stat_fops = { |
380 | .owner = THIS_MODULE, | ||
380 | .open = stat_open, | 381 | .open = stat_open, |
381 | .read = seq_read, | 382 | .read = seq_read, |
382 | .llseek = seq_lseek, | 383 | .llseek = seq_lseek, |