Whamcloud - gitweb
- Added preventative locking in two areas, where we're walking shared lists
authorpschwan <pschwan>
Thu, 19 Sep 2002 18:28:18 +0000 (18:28 +0000)
committerpschwan <pschwan>
Thu, 19 Sep 2002 18:28:18 +0000 (18:28 +0000)
commit6329d66ef032d4c9393946c8bf1d012ffc5a9ee8
treebae071ec2d2289738900bad2f1c1d13a135ad9b6
parentb595ee50bde6b14577f0305b921316241c2305e6
- Added preventative locking in two areas, where we're walking shared lists
- Fixed a subtle race condition in ldlm_local_lock_enqueue: we checked to see if
  a completion AST had been received and then acted, with no lock.  This fixes
  the assertion that I was seeing yesterday.
lustre/ldlm/ldlm_extent.c
lustre/ldlm/ldlm_lock.c