Whamcloud - gitweb
Fix annoying bugs in filter_write_locked_page() - we were not unlocking
authoradilger <adilger>
Wed, 14 Aug 2002 10:19:26 +0000 (10:19 +0000)
committeradilger <adilger>
Wed, 14 Aug 2002 10:19:26 +0000 (10:19 +0000)
commit3a945c0025bc174c22b3612c47b5700f448a991a
treee582598fdf4f0728565a89b9665681d59b5aed6f
parentbb447dbb5718bcca9c194d57fd5f9343108a137e
Fix annoying bugs in filter_write_locked_page() - we were not unlocking
the page, and this appears to have left stray locked pages around?
In filter_commitrw() we were never writing out the "locked" pages because
we didn't reset the loop variables.  Couldn't have found this bug without
the other one ;-).
lustre/obdfilter/filter.c