diff options
Diffstat (limited to 'fs/f2fs/file.c')
-rw-r--r-- | fs/f2fs/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/file.c b/fs/f2fs/file.c index 78110dab5681..9c49c593d8eb 100644 --- a/fs/f2fs/file.c +++ b/fs/f2fs/file.c | |||
@@ -540,6 +540,7 @@ const struct inode_operations f2fs_file_inode_operations = { | |||
540 | .listxattr = f2fs_listxattr, | 540 | .listxattr = f2fs_listxattr, |
541 | .removexattr = generic_removexattr, | 541 | .removexattr = generic_removexattr, |
542 | #endif | 542 | #endif |
543 | .fiemap = f2fs_fiemap, | ||
543 | }; | 544 | }; |
544 | 545 | ||
545 | static void fill_zero(struct inode *inode, pgoff_t index, | 546 | static void fill_zero(struct inode *inode, pgoff_t index, |