Whamcloud - gitweb
LU-9464 hsm: use OBD_ALLOC_LARGE() for hsm_scan_data array 14/27014/2
authorJohn L. Hammond <john.hammond@intel.com>
Tue, 9 May 2017 17:57:22 +0000 (12:57 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 16 May 2017 05:48:41 +0000 (05:48 +0000)
commit2dd720a1ad43c4d3cf1d226a226e2ffa494866e4
treeec993846e02c143e014762616aa9f695a7895250
parenta003d8d6af63801c8f8431453fd0d94630122125
LU-9464 hsm: use OBD_ALLOC_LARGE() for hsm_scan_data array

In mdt_coordinator() use OBD_ALLOC_LARGE() rather than OBD_ALLOC() for
the hsm_scan_data request array.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: Ieb648dfb92e6019ab316c7643aa0c0b5cf1d86f7
Reviewed-on: https://review.whamcloud.com/27014
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Li Xi <lixi@ddn.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdt/mdt_coordinator.c