diff --git a/fs/9p/acl.c b/fs/9p/acl.c index 8be87857605ce1aaea75c007a6264348f934a4d9..df4d7a171d7f2ae3f733af24c8a4981b5f023681 100644 --- a/fs/9p/acl.c +++ b/fs/9p/acl.c @@ -108,7 +108,7 @@ int v9fs_check_acl(struct inode *inode, int mask) * On access = client and acl = on mode get the acl * values from the server */ - return 0; + return -EAGAIN; } acl = v9fs_get_cached_acl(inode, ACL_TYPE_ACCESS);