Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 09/28/2006 23:08:23
Module Name:	src
Committed By:	perseant
Date:		Thu Sep 28 23:08:23 UTC 2006

Modified Files:
	src/sys/ufs/lfs: lfs.h lfs_segment.c lfs_vfsops.c lfs_vnops.c

Log Message:
Use lockstatus instead of a homebrewed locking system to control
LFCNWRAPSTOP and LFCNWRAPGO.

Be less verbose about the various looping checks: use log() rather than
printf(), and only log anything if we are really looping ("count = 2" is
not an error condition).

Allow dirops sleeping on available space to be interruptible.


To generate a diff of this commit:
cvs rdiff -r1.116 -r1.117 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.190 -r1.191 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.220 -r1.221 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.189 -r1.190 src/sys/ufs/lfs/lfs_vnops.c

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