Whamcloud - gitweb
- fixed debug message in ldlm_lock_put() to less confusing. Former looked
authoryury <yury>
Thu, 22 Dec 2005 10:59:33 +0000 (10:59 +0000)
committeryury <yury>
Thu, 22 Dec 2005 10:59:33 +0000 (10:59 +0000)
commitf4752ae4c471ec1bbd10e4f6ae2b59e3f0aa2071
tree8191a161eae009658e386beef7fb34186fbbb2ea
parent5bc09d19a2997d8fab6a8b0299121f6a34fa2ce2
- fixed debug message in ldlm_lock_put() to less confusing. Former looked
like this:

"final lock_put on destroyed lock, freeing namespace ..."
whereas it should like this:
"final lock_put on destroyed lock, freeing it. namespace ..."

- cleanups in mds_init_lov_desc()

- in mds_notify() remove obd_set_info("mds_conn") before calling mds_lov_start_synchronize()
as it will be called by mds_lov_start_synchronize() itself.

- in filter_set_info() using IS_KEY() macro
lustre/ldlm/ldlm_lock.c
lustre/lov/lov_obd.c
lustre/mds/mds_lov.c
lustre/obdfilter/filter.c