aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/9p/acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/acl.c b/fs/9p/acl.c
index 8be87857605c..df4d7a171d7f 100644
--- a/fs/9p/acl.c
+++ b/fs/9p/acl.c
@@ -108,7 +108,7 @@ int v9fs_check_acl(struct inode *inode, int mask)
108 * On access = client and acl = on mode get the acl 108 * On access = client and acl = on mode get the acl
109 * values from the server 109 * values from the server
110 */ 110 */
111 return 0; 111 return -EAGAIN;
112 } 112 }
113 acl = v9fs_get_cached_acl(inode, ACL_TYPE_ACCESS); 113 acl = v9fs_get_cached_acl(inode, ACL_TYPE_ACCESS);
114 114