Whamcloud - gitweb
LU-8382 hsm: reorder coordinator's cleanup functions 07/21207/8
authorQuentin Bouget <quentin.bouget.ocre@cea.fr>
Wed, 10 Aug 2016 21:02:14 +0000 (23:02 +0200)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 31 Jan 2017 04:07:49 +0000 (04:07 +0000)
commit8126eb00ae68884c435baba26c27128f1856179d
treea55fc75249d6e5dc18c1cfea32b4b175c3201014
parent3ef62a1484e8593109eaf2e41e12f139179a8123
LU-8382 hsm: reorder coordinator's cleanup functions

The functions to initialize the coordinator and its proc entries
were called in the same order as the cleanup ones.
This patch reorders the cleanup functions called in mdt_fini()
according to the error path of mdt_init0().

Signed-off-by: Quentin Bouget <quentin.bouget.ocre@cea.fr>
Change-Id: Ic242b8f02cf44f900541446964297982ad6fc178
Reviewed-on: https://review.whamcloud.com/21207
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Henri Doreau <henri.doreau@cea.fr>
Reviewed-by: Frank Zago <fzago@cray.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdt/mdt_handler.c