aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2016-09-29 11:48:45 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2016-10-07 21:48:36 -0400
commitfd50ecaddf8372a1d96e0daeaac0f93cf04e4d42 (patch)
tree2a7d258793534d8b67d6369d0659e5c5aac9cbb7 /fs/ubifs
parent41fefa36be0b3356b95ca665042fc54c2646a833 (diff)
vfs: Remove {get,set,remove}xattr inode operations
These inode operations are no longer used; remove them. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ubifs')
-rw-r--r--fs/ubifs/dir.c3
-rw-r--r--fs/ubifs/file.c6
2 files changed, 0 insertions, 9 deletions
diff --git a/fs/ubifs/dir.c b/fs/ubifs/dir.c
index 4b86d3a738e1..1d55aeaebf23 100644
--- a/fs/ubifs/dir.c
+++ b/fs/ubifs/dir.c
@@ -1182,10 +1182,7 @@ const struct inode_operations ubifs_dir_inode_operations = {
1182 .rename = ubifs_rename, 1182 .rename = ubifs_rename,
1183 .setattr = ubifs_setattr, 1183 .setattr = ubifs_setattr,
1184 .getattr = ubifs_getattr, 1184 .getattr = ubifs_getattr,
1185 .setxattr = generic_setxattr,
1186 .getxattr = generic_getxattr,
1187 .listxattr = ubifs_listxattr, 1185 .listxattr = ubifs_listxattr,
1188 .removexattr = generic_removexattr,
1189#ifdef CONFIG_UBIFS_ATIME_SUPPORT 1186#ifdef CONFIG_UBIFS_ATIME_SUPPORT
1190 .update_time = ubifs_update_time, 1187 .update_time = ubifs_update_time,
1191#endif 1188#endif
diff --git a/fs/ubifs/file.c b/fs/ubifs/file.c
index 7bbf420d1289..4360c6625e77 100644
--- a/fs/ubifs/file.c
+++ b/fs/ubifs/file.c
@@ -1621,10 +1621,7 @@ const struct address_space_operations ubifs_file_address_operations = {
1621const struct inode_operations ubifs_file_inode_operations = { 1621const struct inode_operations ubifs_file_inode_operations = {
1622 .setattr = ubifs_setattr, 1622 .setattr = ubifs_setattr,
1623 .getattr = ubifs_getattr, 1623 .getattr = ubifs_getattr,
1624 .setxattr = generic_setxattr,
1625 .getxattr = generic_getxattr,
1626 .listxattr = ubifs_listxattr, 1624 .listxattr = ubifs_listxattr,
1627 .removexattr = generic_removexattr,
1628#ifdef CONFIG_UBIFS_ATIME_SUPPORT 1625#ifdef CONFIG_UBIFS_ATIME_SUPPORT
1629 .update_time = ubifs_update_time, 1626 .update_time = ubifs_update_time,
1630#endif 1627#endif
@@ -1635,10 +1632,7 @@ const struct inode_operations ubifs_symlink_inode_operations = {
1635 .get_link = simple_get_link, 1632 .get_link = simple_get_link,
1636 .setattr = ubifs_setattr, 1633 .setattr = ubifs_setattr,
1637 .getattr = ubifs_getattr, 1634 .getattr = ubifs_getattr,
1638 .setxattr = generic_setxattr,
1639 .getxattr = generic_getxattr,
1640 .listxattr = ubifs_listxattr, 1635 .listxattr = ubifs_listxattr,
1641 .removexattr = generic_removexattr,
1642#ifdef CONFIG_UBIFS_ATIME_SUPPORT 1636#ifdef CONFIG_UBIFS_ATIME_SUPPORT
1643 .update_time = ubifs_update_time, 1637 .update_time = ubifs_update_time,
1644#endif 1638#endif