1. 26 Jun, 2019 13 commits
  2. 22 May, 2019 1 commit
  3. 21 May, 2019 13 commits
  4. 19 Feb, 2019 3 commits
  5. 12 Feb, 2019 9 commits
  6. 08 Feb, 2019 1 commit
    • Dag Haavi Finstad's avatar
      Clean up dead code in hsh_deref_objhead_unlock · 150d4c4e
      Dag Haavi Finstad authored
      req's on waiting list do indeed hold an objhead ref (req->hash_objhead),
      so the condition for the while loop in hsh_deref_objhead_unlock will
      always evaluate to false.
      
      This gets rid of the needless rushing code and replaces it with an
      assert.
      150d4c4e