Whamcloud - gitweb
- Handle setting of existing EA by retrying without XATTR_CREATE.
authorshaver <shaver>
Sat, 7 Sep 2002 21:02:39 +0000 (21:02 +0000)
committershaver <shaver>
Sat, 7 Sep 2002 21:02:39 +0000 (21:02 +0000)
commit56cf9ed60ea9a8146bec312f2e8dda91ac24bd3c
tree7484460317d6c6f8a5e641baf2784133a0c0757c
parent9144b8ecbb0c12afe8ec324765bba4bee0299202
- Handle setting of existing EA by retrying without XATTR_CREATE.
- Check RESEND instead of RECOVERY in ptlrpc_check_reply, because that's
  what ptlrpc_resend_req sets.
- Don't "commit" in-flight requests.
- Update imp_handle when sending delayed requests after recovery.

Recovery now successfully replays enough to resume the request stream
for the client process.  (That stream may, in the close case, refer to
stale data, but that's the next bit.)
lustre/mds/mds_extN.c
lustre/ptlrpc/client.c
lustre/ptlrpc/recover.c