Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169186
b: refs/heads/master
c: ab20183
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Dec 3, 2009
1 parent f778590 commit 193e090
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: 106381bfba997b83b64f68f2210e154162fc38e6
refs/heads/master: ab201832f75f58c8f5093436363f80ffa4a4c9a8
2 changes: 1 addition & 1 deletion trunk/fs/xattr_acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ posix_acl_from_xattr(const void *value, size_t size)
if (count == 0)
return NULL;

acl = posix_acl_alloc(count, GFP_KERNEL);
acl = posix_acl_alloc(count, GFP_NOFS);
if (!acl)
return ERR_PTR(-ENOMEM);
acl_e = acl->a_entries;
Expand Down

0 comments on commit 193e090

Please sign in to comment.