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

list bug in kiblnd_peer_connect_failed()

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Minor
    • None
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      2168 »·······peer_ni->ibp_reconnected = 0;
      2169 »·······if (list_empty(&peer_ni->ibp_conns)) {
      2170 »·······»·······/* Take peer_ni's blocked transmits to complete with error */
      2171 »·······»·······list_add(&zombies, &peer_ni->ibp_tx_queue);
      2172 »·······»·······list_del_init(&peer_ni->ibp_tx_queue);
      2173 
      2174 »·······»·······if (kiblnd_peer_active(peer_ni))
      2175 »·······»·······»·······kiblnd_unlink_peer_locked(peer_ni); 

      the list_add is wrong.

      Attachments

        Issue Links

          Activity

            People

              ashehata Amir Shehata (Inactive)
              ashehata Amir Shehata (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: