freebsd-dev/sys/ufs
Matthew Dillon b39d4d2060 In the 'found' case for ufs_lookup() the underlying bp's data was
being accessed after the bp had been releaed.  A simple move of the
    brelse() solves the problem.

Approved by: jkh
Submitted by:  Ian Dowse <iedowse@maths.tcd.ie>
2000-03-09 18:54:59 +00:00
..
ffs Fix a 'freeing free block' panic in UFS. The problem occurs when the 2000-02-24 20:43:20 +00:00
mfs Second pass commit to introduce new ACL and Extended Attribute system 1999-12-19 06:08:07 +00:00
ufs In the 'found' case for ufs_lookup() the underlying bp's data was 2000-03-09 18:54:59 +00:00