Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30935
b: refs/heads/master
c: a1ae76e
h: refs/heads/master
i:
  30933: c7ccb88
  30931: fb3e95e
  30927: 1118c25
v: v3
  • Loading branch information
KaiGai Kohei authored and David Woodhouse committed Jun 27, 2006
1 parent 168a959 commit f746319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c9f700f840bd481b3e01fcad1ba8da01794a6726
refs/heads/master: a1ae76e96a18edf4b8a4d4e102762060c26d1c6a
2 changes: 2 additions & 0 deletions trunk/fs/jffs2/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ static int jffs2_set_acl(struct inode *inode, int type, struct posix_acl *acl)
}

rc = do_jffs2_setxattr(inode, xprefix, "", value, size, 0);
if (!value && rc == -ENODATA)
rc = 0;
if (value)
kfree(value);
if (!rc) {
Expand Down

0 comments on commit f746319

Please sign in to comment.