]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/nfs/nfs3proc.c
Merge branch 'bugfixes' into linux-next
[karo-tx-linux.git] / fs / nfs / nfs3proc.c
index 854959db0e5dd9b9b479d2ec0146835802bd5fa1..809670eba52a7b2111c159f2a42bd2e1fd86b213 100644 (file)
@@ -888,7 +888,7 @@ static const struct inode_operations nfs3_dir_inode_operations = {
        .getattr        = nfs_getattr,
        .setattr        = nfs_setattr,
 #ifdef CONFIG_NFS_V3_ACL
-       .listxattr      = generic_listxattr,
+       .listxattr      = nfs3_listxattr,
        .getxattr       = generic_getxattr,
        .setxattr       = generic_setxattr,
        .removexattr    = generic_removexattr,
@@ -902,7 +902,7 @@ static const struct inode_operations nfs3_file_inode_operations = {
        .getattr        = nfs_getattr,
        .setattr        = nfs_setattr,
 #ifdef CONFIG_NFS_V3_ACL
-       .listxattr      = generic_listxattr,
+       .listxattr      = nfs3_listxattr,
        .getxattr       = generic_getxattr,
        .setxattr       = generic_setxattr,
        .removexattr    = generic_removexattr,