Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357835
b: refs/heads/master
c: 8e3028b
h: refs/heads/master
i:
  357833: b644ffc
  357831: a34b83c
v: v3
  • Loading branch information
Eric W. Biederman committed Feb 13, 2013
1 parent 449cad1 commit 4943453
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 355958f2893d97375da17696d2566dd4ab7b54a8
refs/heads/master: 8e3028b908a048ac0b3102504b7daad7b5544846
3 changes: 2 additions & 1 deletion trunk/fs/cifs/cifsacl.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,8 @@ init_cifs_idmap(void)
if (!cred)
return -ENOMEM;

keyring = keyring_alloc(".cifs_idmap", 0, 0, cred,
keyring = keyring_alloc(".cifs_idmap",
GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred,
(KEY_POS_ALL & ~KEY_POS_SETATTR) |
KEY_USR_VIEW | KEY_USR_READ,
KEY_ALLOC_NOT_IN_QUOTA, NULL);
Expand Down

0 comments on commit 4943453

Please sign in to comment.