Whamcloud - gitweb
- fixed up lustre_mds.h to allow inclusion in userspace testreq.c
authorpschwan <pschwan>
Tue, 2 Apr 2002 00:03:35 +0000 (00:03 +0000)
committerpschwan <pschwan>
Tue, 2 Apr 2002 00:03:35 +0000 (00:03 +0000)
commit82905ab6f0e2dc2b229e49b601b5892daa2aa972
treeb939efaf1cfde81cae533ab42a69d7d34dd5f927
parent5ac94a75953124d934cef2788a3dddd676c49bb3
- fixed up lustre_mds.h to allow inclusion in userspace testreq.c
- added ptlrpc_abort_bulk() to help cleanup aborted requests
- changed giant obd_support.h enum into #defines, which will save me hours of
  counting.
- fixed the ioctl interface to the MDC, so testreq works again
- gave testreq a real interface, to just run one test at a time
- ptlrpc_abort() was freeing a variable which would almost always still be NULL.
  Fixed.
14 files changed:
lustre/include/linux/lustre_mds.h
lustre/include/linux/lustre_net.h
lustre/include/linux/obd_support.h
lustre/lib/mds_updates.c
lustre/llite/super.c
lustre/mdc/mdc_reint.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/ptlrpc/client.c
lustre/ptlrpc/events.c
lustre/ptlrpc/niobuf.c
lustre/tests/mdcreq.sh
lustre/tests/runfailure-net
lustre/tests/testreq.c