diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2016-09-29 11:48:45 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-10-07 21:48:36 -0400 |
commit | fd50ecaddf8372a1d96e0daeaac0f93cf04e4d42 (patch) | |
tree | 2a7d258793534d8b67d6369d0659e5c5aac9cbb7 /fs/jfs/namei.c | |
parent | 41fefa36be0b3356b95ca665042fc54c2646a833 (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/jfs/namei.c')
-rw-r--r-- | fs/jfs/namei.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/jfs/namei.c b/fs/jfs/namei.c index 814b0c58016c..e420c6088336 100644 --- a/fs/jfs/namei.c +++ b/fs/jfs/namei.c | |||
@@ -1537,10 +1537,7 @@ const struct inode_operations jfs_dir_inode_operations = { | |||
1537 | .rmdir = jfs_rmdir, | 1537 | .rmdir = jfs_rmdir, |
1538 | .mknod = jfs_mknod, | 1538 | .mknod = jfs_mknod, |
1539 | .rename = jfs_rename, | 1539 | .rename = jfs_rename, |
1540 | .setxattr = generic_setxattr, | ||
1541 | .getxattr = generic_getxattr, | ||
1542 | .listxattr = jfs_listxattr, | 1540 | .listxattr = jfs_listxattr, |
1543 | .removexattr = generic_removexattr, | ||
1544 | .setattr = jfs_setattr, | 1541 | .setattr = jfs_setattr, |
1545 | #ifdef CONFIG_JFS_POSIX_ACL | 1542 | #ifdef CONFIG_JFS_POSIX_ACL |
1546 | .get_acl = jfs_get_acl, | 1543 | .get_acl = jfs_get_acl, |