Whamcloud - gitweb
- added rq_type field to ptlrpc_request
authorpschwan <pschwan>
Thu, 28 Feb 2002 03:05:25 +0000 (03:05 +0000)
committerpschwan <pschwan>
Thu, 28 Feb 2002 03:05:25 +0000 (03:05 +0000)
commit610bb8ab3e5890171db615bb1a57f0cceaff5057
tree185d40bbad3faaf462877f94f8734cc46de3c88b
parentdbd0330434182ac281feebf930e912a781e1edc4
- added rq_type field to ptlrpc_request
- this field must be one of PTLRPC_REQUEST, PTLRPC_REPLY, PTLRPC_BULK
- mdc_request now waits for directory pages to be sent via the bulk portal
- change MDS bulk waitq to the new style
- ptl_send_buf no longer takes the 'is_request' argument; this is encoded in
  the rq_type mentioned above
- added ptl_abort_rpc() to tear down reply structures for aborted requests.
- refactored ptl_send_buf code to rid ourselves of some of the more gross
  bulklen hacks
lustre/include/linux/lustre_net.h
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/ptlrpc/rpc.c
lustre/tests/llmount.sh