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

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

XMLWordPrintable

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

      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.

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

              Created:
              Updated:
              Resolved: