diff options
author | Eric Sandeen <sandeen@sandeen.net> | 2013-04-25 11:13:06 -0500 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-05-07 19:00:10 -0500 |
commit | 7dfbcbefad4b24d9822d04dbd7b5dd5c3fd45076 (patch) | |
tree | 9b993f704d23a9678380171e6870306d34541afb /drivers/watchdog/sb_wdog.c | |
parent | dd700d9452023a5b6820815a88f93c8f7010c270 (diff) | |
download | linux-stable-7dfbcbefad4b24d9822d04dbd7b5dd5c3fd45076.tar.gz linux-stable-7dfbcbefad4b24d9822d04dbd7b5dd5c3fd45076.tar.bz2 linux-stable-7dfbcbefad4b24d9822d04dbd7b5dd5c3fd45076.zip |
xfs: fallback to vmalloc for large buffers in xfs_compat_attrlist_by_handle
Shamelessly copied from dchinner's:
ad650f5b xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_get
xfsdump uses a large buffer for extended attributes, which has a
kmalloc'd shadow buffer in the kernel. This can fail after the
system has been running for some time as it is a high order
allocation. Add a fallback to vmalloc so that it doesn't require
contiguous memory and so won't randomly fail while xfsdump is
running.
This was done for xfs_attrlist_by_handle but
xfs_compat_attrlist_by_handle (the 32-bit version) needs the same
attention.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'drivers/watchdog/sb_wdog.c')
0 files changed, 0 insertions, 0 deletions