Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/20/2000 13:01:12
Module Name:	syssrc
Committed By:	he
Date:		Thu Jan 20 21:01:11 UTC 2000

Modified Files:
	syssrc/sys/ufs/lfs [netbsd-1-4]: lfs_alloc.c

Log Message:
Pull up revision 1.31 (via patch, requested by perseant):
  Files removed (through unlink, rmdir) are now really removed, though the
  removal is postponed until the dirop is complete to ensure validity of
  the filesystem through a crash.  Use a separate per-fs lock, instead of
  ufs_hashlock, to protect the inode free list.  Change calling semantics
  of lfs_ifind, to give better error reporting:  If fed a struct buf, it
  can report the block number of the offending inode block as well as the
  inode number.


To generate a diff of this commit:
cvs rdiff -r1.18.2.7 -r1.18.2.8 syssrc/sys/ufs/lfs/lfs_alloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.