aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/namei.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/namei.c')
-rw-r--r--fs/ext4/namei.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext4/namei.c b/fs/ext4/namei.c
index 5295a9225cf9..92db9e945147 100644
--- a/fs/ext4/namei.c
+++ b/fs/ext4/namei.c
@@ -1773,7 +1773,7 @@ retry:
1773 err = PTR_ERR(inode); 1773 err = PTR_ERR(inode);
1774 if (!IS_ERR(inode)) { 1774 if (!IS_ERR(inode)) {
1775 init_special_inode(inode, inode->i_mode, rdev); 1775 init_special_inode(inode, inode->i_mode, rdev);
1776#ifdef CONFIG_EXT4DEV_FS_XATTR 1776#ifdef CONFIG_EXT4_FS_XATTR
1777 inode->i_op = &ext4_special_inode_operations; 1777 inode->i_op = &ext4_special_inode_operations;
1778#endif 1778#endif
1779 err = ext4_add_nondir(handle, dentry, inode); 1779 err = ext4_add_nondir(handle, dentry, inode);
@@ -2456,7 +2456,7 @@ const struct inode_operations ext4_dir_inode_operations = {
2456 .mknod = ext4_mknod, 2456 .mknod = ext4_mknod,
2457 .rename = ext4_rename, 2457 .rename = ext4_rename,
2458 .setattr = ext4_setattr, 2458 .setattr = ext4_setattr,
2459#ifdef CONFIG_EXT4DEV_FS_XATTR 2459#ifdef CONFIG_EXT4_FS_XATTR
2460 .setxattr = generic_setxattr, 2460 .setxattr = generic_setxattr,
2461 .getxattr = generic_getxattr, 2461 .getxattr = generic_getxattr,
2462 .listxattr = ext4_listxattr, 2462 .listxattr = ext4_listxattr,
@@ -2467,7 +2467,7 @@ const struct inode_operations ext4_dir_inode_operations = {
2467 2467
2468const struct inode_operations ext4_special_inode_operations = { 2468const struct inode_operations ext4_special_inode_operations = {
2469 .setattr = ext4_setattr, 2469 .setattr = ext4_setattr,
2470#ifdef CONFIG_EXT4DEV_FS_XATTR 2470#ifdef CONFIG_EXT4_FS_XATTR
2471 .setxattr = generic_setxattr, 2471 .setxattr = generic_setxattr,
2472 .getxattr = generic_getxattr, 2472 .getxattr = generic_getxattr,
2473 .listxattr = ext4_listxattr, 2473 .listxattr = ext4_listxattr,