diff options
author | Sasha Levin <levinsasha928@gmail.com> | 2012-07-30 23:39:13 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-31 02:25:11 +0200 |
commit | 779302e67835fe9a6b74327e54969ba59cb3478a (patch) | |
tree | 1e808fa81616ddf170879652f86e3d755694af81 /Documentation/sysctl | |
parent | ntfs: remove references to long gone super operations and unimplemented methods (diff) | |
download | linux-779302e67835fe9a6b74327e54969ba59cb3478a.tar.xz linux-779302e67835fe9a6b74327e54969ba59cb3478a.zip |
fs/xattr.c:getxattr(): improve handling of allocation failures
This allocation can be as large as 64k.
- Add __GFP_NOWARN so the falied kmalloc() is silent
- Fall back to vmalloc() if the kmalloc() failed
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/sysctl')
0 files changed, 0 insertions, 0 deletions