Whamcloud - gitweb
- changes with names on exports and another fields in llite and mds. lov_exp is
authoryury <yury>
Tue, 22 Feb 2005 16:37:48 +0000 (16:37 +0000)
committeryury <yury>
Tue, 22 Feb 2005 16:37:48 +0000 (16:37 +0000)
commitfafe847f90b989452ce8812d599e59276728d25a
tree3e0180e9e81683e6621af22d0cf21944127ce452
parentabd8aff05a9b7cd4fceac29d1bfeb3260d1a6cd6
- changes with names on exports and another fields in llite and mds. lov_exp is
renamed to dt_exp and lmv_exp is renamed to md_exp. Related changes.

- removed OBD_MD_FID. And fid is now fetched on MDS on all constructive requests. It
is not fetched on unlink(), rename(), etc. This is because OBD_MD_FID flag lost
the sense as lmv layer needs it for all operations (to check if object is splitted).
37 files changed:
lustre/include/linux/lustre_idl.h
lustre/include/linux/obd.h
lustre/liblustre/dir.c
lustre/liblustre/file.c
lustre/liblustre/llite_lib.h
lustre/liblustre/namei.c
lustre/liblustre/rw.c
lustre/liblustre/super.c
lustre/llite/dcache.c
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/llite_close.c
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/llite_nfs.c
lustre/llite/namei.c
lustre/llite/rw.c
lustre/llite/rw24.c
lustre/llite/special.c
lustre/llite/symlink.c
lustre/lmv/lmv_intent.c
lustre/lmv/lmv_obd.c
lustre/lvfs/fsfilt_ext3.c
lustre/mdc/mdc_locks.c
lustre/mds/handler.c
lustre/mds/lproc_mds.c
lustre/mds/mds_fs.c
lustre/mds/mds_internal.h
lustre/mds/mds_lib.c
lustre/mds/mds_lmv.c
lustre/mds/mds_log.c
lustre/mds/mds_lov.c
lustre/mds/mds_open.c
lustre/mds/mds_reint.c
lustre/mds/mds_unlink_open.c
lustre/ptlrpc/llog_server.c
lustre/tests/run-llog.sh