Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-7729

Don't return ptlrpc_error() in process_req_last_xid().

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • Lustre 2.8.0
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      process_req_last_xid():

                     if (!(lustre_msg_get_flags(req->rq_reqmsg) & MSG_REPLAY)) {
                             req->rq_status = -EPROTO;
                             RETURN(ptlrpc_error(req));
                     }
      

      This will return 0 to caller mistakenly.

      Attachments

        Issue Links

          Activity

            People

              niu Niu Yawei (Inactive)
              niu Niu Yawei (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: