Whamcloud - gitweb
- root_get and conf_get renamed to get_root and get_conf to be coherent with other...
authoryury <yury>
Wed, 13 Sep 2006 17:09:09 +0000 (17:09 +0000)
committeryury <yury>
Wed, 13 Sep 2006 17:09:09 +0000 (17:09 +0000)
commit2a30058d89cd76b422a41324146b41799e7bb120
treee2c83630717c85be7caa4bcec6177a71acf974ae
parent9ddc7e55718508f13c531f7584a2ae1f8b8da3e2
- root_get and conf_get renamed to get_root and get_conf to be coherent with other "getters";
- fixes in headers of fld and seq-mgr;
- fixed getattr_by_fid (Vitaly's original patch);

- save connect data from server to tgts data array in LMV, set LMV exp->exp_connect_flags in
lmv_notify (needed for fixing getattr_by_fid issue found by Vitaly). Fixes in lmv_notify about
setting targets active/inactive;

- some cleanups in fid/*.[ch];
- ->ls_client_exp renamed to ls_control_exp to show that it is export to MDT0 in cluster;
- in mdc call observer notify for OCD data event;
- fixes in lmv/*.[ch] about using lustre_idl.h;
- committed some parts of rename locking in mdt, using ls_control_exp to requst BFL from MDT0.
22 files changed:
lustre/cmm/cmm_device.c
lustre/cmm/cmm_internal.h
lustre/cmm/cmm_split.c
lustre/fid/fid_handler.c
lustre/fid/fid_internal.h
lustre/fid/fid_lib.c
lustre/fld/fld_handler.c
lustre/fld/fld_internal.h
lustre/include/dt_object.h
lustre/include/lu_object.h
lustre/include/lustre/lustre_idl.h
lustre/include/lustre_fid.h
lustre/include/md_object.h
lustre/lmv/lmv_intent.c
lustre/lmv/lmv_obd.c
lustre/mdc/mdc_request.c
lustre/mdd/mdd_handler.c
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_internal.h
lustre/mdt/mdt_reint.c
lustre/obdclass/dt_object.c
lustre/osd/osd_handler.c