diff options
-rw-r--r-- | fs/ocfs2/namei.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index f010b22b1c44..0b9f35e09bf8 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c | |||
@@ -2326,4 +2326,5 @@ const struct inode_operations ocfs2_dir_iops = { | |||
2326 | .getxattr = generic_getxattr, | 2326 | .getxattr = generic_getxattr, |
2327 | .listxattr = ocfs2_listxattr, | 2327 | .listxattr = ocfs2_listxattr, |
2328 | .removexattr = generic_removexattr, | 2328 | .removexattr = generic_removexattr, |
2329 | .fiemap = ocfs2_fiemap, | ||
2329 | }; | 2330 | }; |