Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   perseant
Date:           Mon Apr 12 00:04:21 UTC 1999

Modified Files:
        src/sys/ufs/lfs: lfs_segment.c
Log Message:
Fix "lfs_ifind: dinode xxx not found" panic.  When inodes were freed,
then immediately reloaded, their dinodes were located in an inode block
which was not on disk at the advertized location, nor in the cache (although
it would be flushed to disk next segment write).  Fix this by using getblk()
instead of lfs_newbuf() for inode blocks.




Home | Main Index | Thread Index | Old Index