Whamcloud - gitweb
LU-10331 out: use OBD_ALLOC_LARGE() for update buffers 55/30455/2
authorJohn L. Hammond <john.hammond@intel.com>
Fri, 8 Dec 2017 19:10:21 +0000 (13:10 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 17 Dec 2017 06:20:58 +0000 (06:20 +0000)
commitf8987f51967ff5be46fa1d232de21644af927037
tree4f6baf8262da59dc281de4a71c157189b80a1a2b
parent45f99f6562349f77be6b47bf1bc5a94abf9fd11d
LU-10331 out: use OBD_ALLOC_LARGE() for update buffers

In out_handle() the update buffers may be up to 100KB so use
OBD_ALLOC_LARGE() to avoid high order page allocation errors.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: Ie9970eb219ff0e5357132e0858cb16db8f703209
Reviewed-on: https://review.whamcloud.com/30455
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
lustre/target/out_handler.c