Whamcloud - gitweb
- bug fix to unload modules with safe wait functions
authorbraam <braam>
Wed, 27 Feb 2002 09:56:13 +0000 (09:56 +0000)
committerbraam <braam>
Wed, 27 Feb 2002 09:56:13 +0000 (09:56 +0000)
commit6060a61624cc48b18b59a7bb99fdde355b0186ee
treecff1f8354156bb1dc0b1346d865a30ab669d7ef9
parenta24ce1bf0f86ba8693b2b32153f2517f2c285e01
- bug fix to unload modules with safe wait functions
- rewrite of ptlrpc client system
  - pivot around ptlrpc_client
  - mdc client & lustre_light uses generic routines
  - osc can do the same (tomorrow)
- different event queues in rpc.c freeing packets & getting replies
- every unexpected event or PtlError is now a BUG in rpc.c
- change gdb script output to allow reloading everything
16 files changed:
lustre/include/linux/lustre_light.h
lustre/include/linux/lustre_mds.h
lustre/include/linux/lustre_net.h
lustre/lib/mds_pack.c
lustre/llite/dir.c
lustre/llite/namei.c
lustre/llite/rw.c
lustre/llite/super.c
lustre/mdc/mdc_reint.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/mds/mds_reint.c
lustre/ost/ost_handler.c
lustre/ptlrpc/rpc.c
lustre/tests/llmount.sh
lustre/utils/obdctl.c