Whamcloud - gitweb
LU-7988 hsm: don't use a ptlrpc_thread struct for the cdt 61/22761/8
authorFrank Zago <fzago@cray.com>
Wed, 28 Sep 2016 15:08:07 +0000 (11:08 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 23 Dec 2016 05:04:59 +0000 (05:04 +0000)
commit9811edb26d3bff66c61acc39a72554461445298f
tree981f3d59e5d241e972ac2d8e39d9d3a091d4a1a0
parent3e753d381565875c685342e28e76476bee75a4ca
LU-7988 hsm: don't use a ptlrpc_thread struct for the cdt

Since only the waitq and the event flag from the ptlrpc_thread
structure are used, declare these directly and do not use the
ptlrpc_thread structure at all.

Test-Parameters: trivial testlist=sanity-hsm
Signed-off-by: frank zago <fzago@cray.com>
Change-Id: Iba63ac70ad381f7e40976ac423594eae46c5249b
Reviewed-on: https://review.whamcloud.com/22761
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Henri Doreau <henri.doreau@cea.fr>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdt/mdt_coordinator.c
lustre/mdt/mdt_internal.h