Whamcloud - gitweb
LU-10383 hsm: refactor mdt_coordinator_cb() 52/30552/3
authorJohn L. Hammond <john.hammond@intel.com>
Fri, 15 Dec 2017 16:14:11 +0000 (10:14 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 14 Jan 2018 02:37:33 +0000 (02:37 +0000)
commit75358628445eca5030b3e2bbec5d02d25fa0ed21
tree81c52cff4ccc17d9be4abf2a598f38b0719eb0af
parent6b097499d9ce191b49a4e9c4b590ca2b7e89700f
LU-10383 hsm: refactor mdt_coordinator_cb()

Split the ARS_WAITING and ARS_STARTED cases of mdt_coordinator_cb()
into subfunctions, mdt_cdt_waiting_cb() and mdt_cdt_started_cb().

Test-Parameters: trivial testlist=sanity-hsm
Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I734e10e4db72f76a6b0de76c383ad0b03efd76d8
Reviewed-on: https://review.whamcloud.com/30552
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Faccini Bruno <bruno.faccini@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdt/mdt_coordinator.c