Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298646
b: refs/heads/master
c: 703bf2d
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Apr 5, 2012
1 parent cc1a91c commit d997d1b
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: b82c32872db20667d6ee8e2ea1e7bdec791bdcc7
refs/heads/master: 703bf2d122c95412a30f72658c53ad6292867b0b
2 changes: 1 addition & 1 deletion trunk/fs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ listxattr(struct dentry *d, char __user *list, size_t size)
if (size) {
if (size > XATTR_LIST_MAX)
size = XATTR_LIST_MAX;
klist = kmalloc(size, GFP_KERNEL);
klist = kmalloc(size, __GFP_NOWARN | GFP_KERNEL);
if (!klist)
return -ENOMEM;
}
Expand Down

0 comments on commit d997d1b

Please sign in to comment.