Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258827
b: refs/heads/master
c: ebbb0ef
h: refs/heads/master
i:
  258825: 49959cc
  258823: 2dd4e47
v: v3
  • Loading branch information
Christoph Hellwig authored and Al Viro committed Jul 25, 2011
1 parent 3a9ccf4 commit 9e15eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e77819e57f0817c6dc7cadd061acd70c604cbce2
refs/heads/master: ebbb0ef2871bf3f529987313a9146cc42419a8a8
2 changes: 1 addition & 1 deletion trunk/fs/9p/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9e15eec

Please sign in to comment.