Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 06/29/2006 19:28:21
Module Name:	src
Committed By:	perseant
Date:		Thu Jun 29 19:28:21 UTC 2006

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

Log Message:
Don't wake up the cleaner if the filesystem is unwrappable, and fix the
compatibility fcntls.

Also includes one-line fixes for an MP locking bug and a zero-length FINFO
problem that manifested during testing.


To generate a diff of this commit:
cvs rdiff -r1.93 -r1.94 src/sys/ufs/lfs/lfs_bio.c
cvs rdiff -r1.83 -r1.84 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.184 -r1.185 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -r1.59 -r1.60 src/sys/ufs/lfs/lfs_subr.c
cvs rdiff -r1.213 -r1.214 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.179 -r1.180 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.