Whamcloud - gitweb
Small fixes to the request processing.
authorbraam <braam>
Sun, 20 Jan 2002 00:45:19 +0000 (00:45 +0000)
committerbraam <braam>
Sun, 20 Jan 2002 00:45:19 +0000 (00:45 +0000)
commitdec61de39f0afd578d4687811b84981f8c41a6ae
treee0f11f18136483d65c7ab193750164db4f2f733d
parent96ec9477e8e47300815282710bfbe4b175574a47
Small fixes to the request processing.
Split off the metadata client into a separate module, probably easier
to test  things that way.
17 files changed:
lustre/lib/mds_pack.c
lustre/lib/obd_pack.c
lustre/llite/Makefile.am
lustre/llite/dir.c [new file with mode: 0644]
lustre/llite/file.c [new file with mode: 0644]
lustre/llite/namei.c [new file with mode: 0644]
lustre/llite/rw.c [new file with mode: 0644]
lustre/llite/super.c [new file with mode: 0644]
lustre/llite/symlink.c [new file with mode: 0644]
lustre/llite/sysctl.c [new file with mode: 0644]
lustre/mdc/Makefile.am [new file with mode: 0644]
lustre/mdc/mdc_request.c [moved from lustre/llite/request.c with 62% similarity]
lustre/mds/handler.c
lustre/osc/Makefile.am
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/tests/umreq.sh