Subject: CVS commit: src/sys/ufs/ufs
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 11/16/2006 22:29:03
Module Name:	src
Committed By:	joerg
Date:		Thu Nov 16 22:29:03 UTC 2006

Modified Files:
	src/sys/ufs/ufs: ufs_lookup.c

Log Message:
LFS will never set SF_SNAPSHOT and doesn't support ffs_snapgone anyway.
So conditionally the calls to that function on the inclusion of FFS and
allow a LFS-only kernel to link.


To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 src/sys/ufs/ufs/ufs_lookup.c

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