diff --git a/[refs] b/[refs] index a8677b5dd731..964429683504 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e77819e57f0817c6dc7cadd061acd70c604cbce2 +refs/heads/master: ebbb0ef2871bf3f529987313a9146cc42419a8a8 diff --git a/trunk/fs/9p/acl.c b/trunk/fs/9p/acl.c index 8be87857605c..df4d7a171d7f 100644 --- a/trunk/fs/9p/acl.c +++ b/trunk/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);