Whamcloud - gitweb
LU-2675 lmv: remove lmv_init_{lock,unlock}() 15/12115/3
authorJohn L. Hammond <john.hammond@intel.com>
Mon, 29 Sep 2014 18:12:52 +0000 (13:12 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 4 Dec 2014 02:33:49 +0000 (02:33 +0000)
commit7c814c2971be916520bd552f44173b41140ebac6
treefda91af0d946c6b7b766ff55136ec70ca797e5e7
parente18a3a687ccc08fa3907f2687c0a3da30fd79958
LU-2675 lmv: remove lmv_init_{lock,unlock}()

In struct lmv_obd rename the init_mutex member to
lmv_init_mutex. Remove the compat macros lmv_init_{lock,unlock}() and
use mutex_{lock,unlock}(&lmv->lmv_init_mutex) instead.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: Iae1f5d6b7fd1f96ba430d5e7af97c51ce3e042a8
Reviewed-on: http://review.whamcloud.com/12115
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/obd.h
lustre/lmv/lmv_internal.h
lustre/lmv/lmv_obd.c