Whamcloud - gitweb
LU-7988 hsm: remove hsd.request_sz from struct hsm_scan_data 78/19578/14
authorFrank Zago <fzago@cray.com>
Thu, 7 Apr 2016 16:57:33 +0000 (12:57 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 1 Aug 2016 02:10:25 +0000 (02:10 +0000)
commit3061a7cc5a3a3e0c7d73d8f5c308635fce69aa66
tree6aab1438161b3feda8f587a476de19610064710a
parent0804103e520aa3df0c06516f1573bcb9d287db0d
LU-7988 hsm: remove hsd.request_sz from struct hsm_scan_data

request_sz is only used in one function, so it doesn't need to be part
of the structure. Instead make it local to mdt_coordinator().

Test-Parameters: trivial testlist=sanity-hsm
Signed-off-by: frank zago <fzago@cray.com>
Change-Id: If58546b9e23281097ed414f863e91b1e6a54c8fb
Reviewed-on: http://review.whamcloud.com/19578
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Vinayak <vinayakswami.hariharmath@seagate.com>
Reviewed-by: Patrick Farrell <paf@cray.com>
Reviewed-by: Ben Evans <bevans@cray.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdt/mdt_coordinator.c