Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229066
b: refs/heads/master
c: 6f81c11
h: refs/heads/master
v: v3
  • Loading branch information
Aneesh Kumar K.V authored and Eric Van Hensbergen committed Jan 11, 2011
1 parent cd54c58 commit 11de384
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: 009ca3897ea8313b4ed4da964a2f31ecf5a0624d
refs/heads/master: 6f81c1157468dd0a7377249c44ae83a7fe998bc9
2 changes: 1 addition & 1 deletion trunk/fs/9p/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ static int v9fs_xattr_set_acl(struct dentry *dentry, const char *name,
case ACL_TYPE_DEFAULT:
name = POSIX_ACL_XATTR_DEFAULT;
if (!S_ISDIR(inode->i_mode)) {
retval = -EINVAL;
retval = acl ? -EINVAL : 0;
goto err_out;
}
break;
Expand Down

0 comments on commit 11de384

Please sign in to comment.