vfs: Remove {get,set,remove}xattr inode operations
[cascardo/linux.git] / net / socket.c
index 976f732..5a9bf5e 100644 (file)
@@ -519,7 +519,6 @@ static ssize_t sockfs_listxattr(struct dentry *dentry, char *buffer,
 }
 
 static const struct inode_operations sockfs_inode_ops = {
-       .getxattr = generic_getxattr,
        .listxattr = sockfs_listxattr,
 };