Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 08/06/2006 12:34:12
Module Name:	src
Committed By:	martin
Date:		Sun Aug  6 12:34:12 UTC 2006

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

Log Message:
Fix size confusion with lfs_fhandle - and as it now turns out to be the same
as the lfs compat_30_fhandle, g/c the latter.
Add an alias for the LFCNIFILEFH fcntl, so that binaries compiled in the
meantime (with too large lfs_fhandle) continue to work.

This makes vfs_cleanerd work again after the kernel checks filehandle size
more strictly (problem reported by Kurt Schreiner on current-users).


To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.186 -r1.187 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.