summaryrefslogtreecommitdiffstats
path: root/fs/squashfs/symlink.c
diff options
context:
space:
mode:
authorAndreas Gruenbacher2016-09-29 17:48:45 +0200
committerAl Viro2016-10-08 03:48:36 +0200
commitfd50ecaddf8372a1d96e0daeaac0f93cf04e4d42 (patch)
tree2a7d258793534d8b67d6369d0659e5c5aac9cbb7 /fs/squashfs/symlink.c
parentMerge remote-tracking branch 'fuse/xattr' into work.xattr (diff)
downloadkernel-qcow2-linux-fd50ecaddf8372a1d96e0daeaac0f93cf04e4d42.tar.gz
kernel-qcow2-linux-fd50ecaddf8372a1d96e0daeaac0f93cf04e4d42.tar.xz
kernel-qcow2-linux-fd50ecaddf8372a1d96e0daeaac0f93cf04e4d42.zip
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/squashfs/symlink.c')
-rw-r--r--fs/squashfs/symlink.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/squashfs/symlink.c b/fs/squashfs/symlink.c
index d688ef42a6a1..79b9c31a0c8f 100644
--- a/fs/squashfs/symlink.c
+++ b/fs/squashfs/symlink.c
@@ -120,7 +120,6 @@ const struct address_space_operations squashfs_symlink_aops = {
const struct inode_operations squashfs_symlink_inode_ops = {
.readlink = generic_readlink,
.get_link = page_get_link,
- .getxattr = generic_getxattr,
.listxattr = squashfs_listxattr
};