Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334263
b: refs/heads/master
c: ea1fd77
h: refs/heads/master
i:
  334261: f855fd7
  334259: c714768
  334255: fc4cb0a
v: v3
  • Loading branch information
Eric W. Biederman committed Oct 12, 2012
1 parent 7aa4b1e commit 3f7179d
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: 1bbb3095a5912be4b9c90397ef2182a5a328865b
refs/heads/master: ea1fd7776e7ed41ee4ddcff32104db5c7b372309
2 changes: 1 addition & 1 deletion trunk/fs/xattr_acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static void posix_acl_fix_xattr_userns(
break;
case ACL_GROUP:
gid = make_kgid(from, le32_to_cpu(entry->e_id));
entry->e_id = cpu_to_le32(from_kuid(to, uid));
entry->e_id = cpu_to_le32(from_kgid(to, gid));
break;
default:
break;
Expand Down

0 comments on commit 3f7179d

Please sign in to comment.