Whamcloud - gitweb
Most of the code for the OST target.
authorbraam <braam>
Sun, 30 Dec 2001 06:17:15 +0000 (06:17 +0000)
committerbraam <braam>
Sun, 30 Dec 2001 06:17:15 +0000 (06:17 +0000)
commit14814eb7966c2198ee3dc4c9f6fa45d4ef0e7c5c
treed2b321bc92332fb12596687b49c311cacaf036b7
parent6ac6a67a4c5352a308171322affd569eabe23dff
Most of the code for the OST target.

 lib/obd_pack.c - routines for packing/unpacking of OST requests
 lib/mds_pack.c - fixes (should be 64bit safe now)
 autogen.sh - no more Makefile.in in CVS
 tests/testreq.c tests/umreq.sh tests of the RPC infrastructure
13 files changed:
lustre/include/linux/lustre_idl.h
lustre/include/linux/lustre_lib.h
lustre/include/linux/lustre_mds.h
lustre/include/linux/obd_class.h
lustre/lib/mds_pack.c
lustre/lib/obd_pack.c
lustre/ost/Makefile.am
lustre/ost/handler.c [deleted file]
lustre/ost/ost_handler.c [new file with mode: 0644]
lustre/tests/Makefile.am [new file with mode: 0644]
lustre/tests/testreq.c [new file with mode: 0644]
lustre/tests/umreq.sh [new file with mode: 0644]
lustre/utils/Makefile.am