diff options
Diffstat (limited to 'fs/ext4/symlink.c')
-rw-r--r-- | fs/ext4/symlink.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/ext4/symlink.c b/fs/ext4/symlink.c index fdf1c6154745..557b3b0d668c 100644 --- a/fs/ext4/symlink.c +++ b/fs/ext4/symlink.c | |||
@@ -86,28 +86,19 @@ const struct inode_operations ext4_encrypted_symlink_inode_operations = { | |||
86 | .readlink = generic_readlink, | 86 | .readlink = generic_readlink, |
87 | .get_link = ext4_encrypted_get_link, | 87 | .get_link = ext4_encrypted_get_link, |
88 | .setattr = ext4_setattr, | 88 | .setattr = ext4_setattr, |
89 | .setxattr = generic_setxattr, | ||
90 | .getxattr = generic_getxattr, | ||
91 | .listxattr = ext4_listxattr, | 89 | .listxattr = ext4_listxattr, |
92 | .removexattr = generic_removexattr, | ||
93 | }; | 90 | }; |
94 | 91 | ||
95 | const struct inode_operations ext4_symlink_inode_operations = { | 92 | const struct inode_operations ext4_symlink_inode_operations = { |
96 | .readlink = generic_readlink, | 93 | .readlink = generic_readlink, |
97 | .get_link = page_get_link, | 94 | .get_link = page_get_link, |
98 | .setattr = ext4_setattr, | 95 | .setattr = ext4_setattr, |
99 | .setxattr = generic_setxattr, | ||
100 | .getxattr = generic_getxattr, | ||
101 | .listxattr = ext4_listxattr, | 96 | .listxattr = ext4_listxattr, |
102 | .removexattr = generic_removexattr, | ||
103 | }; | 97 | }; |
104 | 98 | ||
105 | const struct inode_operations ext4_fast_symlink_inode_operations = { | 99 | const struct inode_operations ext4_fast_symlink_inode_operations = { |
106 | .readlink = generic_readlink, | 100 | .readlink = generic_readlink, |
107 | .get_link = simple_get_link, | 101 | .get_link = simple_get_link, |
108 | .setattr = ext4_setattr, | 102 | .setattr = ext4_setattr, |
109 | .setxattr = generic_setxattr, | ||
110 | .getxattr = generic_getxattr, | ||
111 | .listxattr = ext4_listxattr, | 103 | .listxattr = ext4_listxattr, |
112 | .removexattr = generic_removexattr, | ||
113 | }; | 104 | }; |