Whamcloud - gitweb
No new functionality outside of the DLM. ptlrpc_client no longer contains
authorpschwan <pschwan>
Wed, 10 Apr 2002 16:27:43 +0000 (16:27 +0000)
committerpschwan <pschwan>
Wed, 10 Apr 2002 16:27:43 +0000 (16:27 +0000)
commit06fb20cfda6b2fe1c3b3e909d1448548505d033a
tree218f195e3008c9eb3805f423f74dfdb03fd0cdc7
parent782fbbb98fd6fde6415293d323741e8341362756
No new functionality outside of the DLM.  ptlrpc_client no longer contains
a peer, so the peer is passed in and managed separately.

- All of the DLM calls are hooked up to the RPC system now
- Some unmaintained local processing code removed
- Added ldlm network-related bits to the test scripts
27 files changed:
lustre/include/linux/lustre_dlm.h
lustre/include/linux/lustre_idl.h
lustre/include/linux/lustre_lite.h
lustre/include/linux/lustre_mds.h
lustre/include/linux/lustre_net.h
lustre/include/linux/obd.h
lustre/include/linux/obd_class.h
lustre/include/linux/obd_support.h
lustre/ldlm/Makefile.am
lustre/ldlm/ldlm_lock.c
lustre/ldlm/ldlm_lockd.c
lustre/ldlm/ldlm_request.c [new file with mode: 0644]
lustre/ldlm/ldlm_resource.c
lustre/ldlm/ldlm_test.c
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/namei.c
lustre/llite/super.c
lustre/mdc/mdc_reint.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/ptlrpc/client.c
lustre/ptlrpc/niobuf.c
lustre/tests/common.sh
lustre/tests/llmountcleanup.sh