vfs: Remove {get,set,remove}xattr inode operations
[linux-2.6-block.git] / fs / squashfs / inode.c
index 0927b1e80ab6e0b5a039f41840131c3f40988f75..e9793b1e49a56040453bb0fd92e35b070867ae72 100644 (file)
@@ -425,7 +425,6 @@ failed_read:
 
 
 const struct inode_operations squashfs_inode_ops = {
-       .getxattr = generic_getxattr,
        .listxattr = squashfs_listxattr
 };