diff options
Diffstat (limited to 'fs/fuse')
-rw-r--r-- | fs/fuse/dir.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c index a430c19607f4..572d12410c7c 100644 --- a/fs/fuse/dir.c +++ b/fs/fuse/dir.c @@ -1801,10 +1801,7 @@ static const struct inode_operations fuse_dir_inode_operations = { .mknod = fuse_mknod, .permission = fuse_permission, .getattr = fuse_getattr, - .setxattr = generic_setxattr, - .getxattr = generic_getxattr, .listxattr = fuse_listxattr, - .removexattr = generic_removexattr, .get_acl = fuse_get_acl, .set_acl = fuse_set_acl, }; @@ -1824,10 +1821,7 @@ static const struct inode_operations fuse_common_inode_operations = { .setattr = fuse_setattr, .permission = fuse_permission, .getattr = fuse_getattr, - .setxattr = generic_setxattr, - .getxattr = generic_getxattr, .listxattr = fuse_listxattr, - .removexattr = generic_removexattr, .get_acl = fuse_get_acl, .set_acl = fuse_set_acl, }; @@ -1837,10 +1831,7 @@ static const struct inode_operations fuse_symlink_inode_operations = { .get_link = fuse_get_link, .readlink = generic_readlink, .getattr = fuse_getattr, - .setxattr = generic_setxattr, - .getxattr = generic_getxattr, .listxattr = fuse_listxattr, - .removexattr = generic_removexattr, }; void fuse_init_common(struct inode *inode) |