diff options
Diffstat (limited to 'fs/ext2/namei.c')
-rw-r--r-- | fs/ext2/namei.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext2/namei.c b/fs/ext2/namei.c index 0c26dcc5d850..ccfbbf59e2fc 100644 --- a/fs/ext2/namei.c +++ b/fs/ext2/namei.c | |||
@@ -416,6 +416,7 @@ const struct inode_operations ext2_dir_inode_operations = { | |||
416 | #ifdef CONFIG_EXT2_FS_XATTR | 416 | #ifdef CONFIG_EXT2_FS_XATTR |
417 | .listxattr = ext2_listxattr, | 417 | .listxattr = ext2_listxattr, |
418 | #endif | 418 | #endif |
419 | .getattr = ext2_getattr, | ||
419 | .setattr = ext2_setattr, | 420 | .setattr = ext2_setattr, |
420 | .get_acl = ext2_get_acl, | 421 | .get_acl = ext2_get_acl, |
421 | .set_acl = ext2_set_acl, | 422 | .set_acl = ext2_set_acl, |
@@ -426,6 +427,7 @@ const struct inode_operations ext2_special_inode_operations = { | |||
426 | #ifdef CONFIG_EXT2_FS_XATTR | 427 | #ifdef CONFIG_EXT2_FS_XATTR |
427 | .listxattr = ext2_listxattr, | 428 | .listxattr = ext2_listxattr, |
428 | #endif | 429 | #endif |
430 | .getattr = ext2_getattr, | ||
429 | .setattr = ext2_setattr, | 431 | .setattr = ext2_setattr, |
430 | .get_acl = ext2_get_acl, | 432 | .get_acl = ext2_get_acl, |
431 | .set_acl = ext2_set_acl, | 433 | .set_acl = ext2_set_acl, |