diff options
Diffstat (limited to 'fs/ocfs2/namei.c')
-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 583bffe98091..21db45ddf144 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c | |||
@@ -2311,4 +2311,5 @@ struct inode_operations ocfs2_dir_iops = { | |||
2311 | .rename = ocfs2_rename, | 2311 | .rename = ocfs2_rename, |
2312 | .setattr = ocfs2_setattr, | 2312 | .setattr = ocfs2_setattr, |
2313 | .getattr = ocfs2_getattr, | 2313 | .getattr = ocfs2_getattr, |
2314 | .permission = ocfs2_permission, | ||
2314 | }; | 2315 | }; |