Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs/xattr.c:setxattr(): improve handling of allocation failures
This allocation can be as large as 64k. - Add __GFP_NOWARN so the a falied kmalloc() is silent - Fall back to vmalloc() if the kmalloc() failed Cc: Dave Chinner <[email protected]> Cc: Dave Jones <[email protected]> Cc: David Rientjes <[email protected]> Cc: Al Viro <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information