Whamcloud - gitweb
- Fix the mdc_replay_open fixup so that it updates the handle in the Lustre
authorshaver <shaver>
Wed, 16 Oct 2002 06:21:34 +0000 (06:21 +0000)
committershaver <shaver>
Wed, 16 Oct 2002 06:21:34 +0000 (06:21 +0000)
commit762e5b7708660eb86c614b6ac1c5aaa6bf7acc4c
tree85aa12c1af68099df85936fcf4e29ecaca8aadd6
parente07e9d210e4cbcdbb4375fe3765127c8a27477b2
- Fix the mdc_replay_open fixup so that it updates the handle in the Lustre
  fh, not just in the request.
- Diagnostic for close-releasing-open req balancing.
- Don't allocate new transnos for replayed requests, or all hell _does_ break
  loose with the committing of "old" requests as things get renumbered.
- Set request level to LUSTRE_CONN_RECOVD during replay.
- Only call the replay callback if the replay succeeded (which it had darned
  well better do, but still...)
- Unlink old MEs when we free old reply buffers -- very important, sigh.
- Bullet-proof some resend diagnostics.
lustre/include/linux/lustre_net.h
lustre/llite/file.c
lustre/mdc/mdc_request.c
lustre/mds/mds_reint.c
lustre/ptlrpc/client.c
lustre/ptlrpc/niobuf.c
lustre/ptlrpc/recover.c