Whamcloud - gitweb
- cleanups in cmobd and others:
authoryury <yury>
Mon, 11 Jul 2005 17:18:36 +0000 (17:18 +0000)
committeryury <yury>
Mon, 11 Jul 2005 17:18:36 +0000 (17:18 +0000)
commit65db67618c743fca01b0a0cf99acea675056e2b5
tree031a2db83274e75ce8fcc75009c7304479dc3721
parent83cd037a9c69e119c75a3958a90c07606330209f
- cleanups in cmobd and others:
  - change LUSTRE_MDC_NAME (and others) to form like OBD_MDC_DEVICENAME to be coherent with
    OBD_LMV_DEVICENAME and others. Because some OBDs used one form and others used another one.

  - removed different guesses of OBD types from name of some functions in cmobd. Say
    cmobd_find_master() now is called cmobd_find_obd() as all it does is finds obd
    by uuid and may be used not only for finding master. Also cmobd_lmv_obd() is renamed to
    cmobd_md_obd() etc. Improved function (a bit smaller of code) wich looks for master.

- in memory leaks detector do not remove memory track in case of freeing memory chunk different
  of size. marking it instead as such to show in final log of leaks with special hint.

- fixes in lconf. COBD and CMOBD should use LMV and LOV devices with diffrent names to avoid
  issues in the case when both they run on the same node (like in test 45) and try to setup
  and clanup the same device twise (from lconf).
24 files changed:
lustre/cmobd/cm_obd.c
lustre/cobd/cache_obd.c
lustre/include/linux/lustre_cmobd.h
lustre/include/linux/lustre_mds.h
lustre/include/linux/lustre_mgmt.h
lustre/include/linux/obd_class.h
lustre/include/linux/obd_ost.h
lustre/include/linux/obd_support.h
lustre/ldlm/ldlm_lib.c
lustre/llite/llite_lib.c
lustre/lmv/lmv_obd.c
lustre/lov/lov_obd.c
lustre/lvfs/lvfs_linux.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/mds/mds_lov.c
lustre/mds/mds_reint.c
lustre/obdclass/confobd.c
lustre/obdclass/llog_obd.c
lustre/obdclass/llog_test.c
lustre/obdclass/uuid.c
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/utils/lconf