Skip to content
  • Michał Kępień's avatar
    Restore locking in resume_dslookup() · ca528766
    Michał Kępień authored
    Commit 9da902a2 removed locking around
    the fctx_decreference() call inside resume_dslookup().  This allows
    fctx_unlink() to be called without the bucket lock being held, which
    must never happen.  Ensure the bucket lock is held by resume_dslookup()
    before it calls fctx_decreference().
    ca528766