From 9e15eec9f0c9981942af3fe8d73875698a2a3d6c Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Sat, 23 Jul 2011 17:36:38 +0200 Subject: [PATCH] --- yaml --- r: 258827 b: refs/heads/master c: ebbb0ef2871bf3f529987313a9146cc42419a8a8 h: refs/heads/master i: 258825: 49959cc930f32283d0a654928955bf617396681a 258823: 2dd4e475461844c8d659473a906ebda95bb5d2f7 v: v3 --- [refs] | 2 +- trunk/fs/9p/acl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);