commit | 9c2c703929e4c41210cfa6e3f599514421bab8dc | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jun 20 19:06:22 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 01:43:19 2011 -0400 |
tree | 2086738f22755ad18ba18ab2ee0f2b23d651da60 | |
parent | 1fc0f78ca9f311c6277e2f1b7655bb4d43ceb311 [diff] [blame] |
->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/9p/acl.c b/fs/9p/acl.c index 535ab6e..94af68b 100644 --- a/fs/9p/acl.c +++ b/fs/9p/acl.c
@@ -101,7 +101,7 @@ struct posix_acl *acl; struct v9fs_session_info *v9ses; - if (flags & IPERM_FLAG_RCU) + if (mask & MAY_NOT_BLOCK) return -ECHILD; v9ses = v9fs_inode2v9ses(inode);