Whamcloud - gitweb
- start fld and seq services in MDT, thus, make MDT an universal network related...
authoryury <yury>
Wed, 6 Sep 2006 15:23:34 +0000 (15:23 +0000)
committeryury <yury>
Wed, 6 Sep 2006 15:23:34 +0000 (15:23 +0000)
commit948aa088896e77acdf360dedcda810ba0ae6d81f
treeaaa449bcb442226ad67685bc5cff98cb2b610839
parent6ca06f630c3e218b3b9692fe16d89649e25ecd5e
- start fld and seq services in MDT, thus, make MDT an universal network related module handling all RPC. Seq and FLD RPCs are handled using seq_query() and fld_query() located in seq.ko and fld.ko. This means that all RPCs from these services are handled using common MDT mechanism which is transactions aware what makes FLD and SEQ services transactions aware as well.
13 files changed:
lustre/fid/fid_handler.c
lustre/fid/fid_internal.h
lustre/fid/fid_store.c
lustre/fld/fld_handler.c
lustre/fld/fld_index.c
lustre/fld/fld_internal.h
lustre/include/lustre_fid.h
lustre/include/lustre_fld.h
lustre/include/lustre_mdt.h [new file with mode: 0644]
lustre/include/obd_support.h
lustre/mds/handler.c
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_internal.h