Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 05/26/2004 20:33:10
Module Name:	src
Committed By:	hannken
Date:		Wed May 26 20:33:10 UTC 2004

Modified Files:
	src/sys/ufs/ffs: ffs_alloc.c

Log Message:
Don't use VTOI(vp)->i_flags to test for snapshot devices. Will not work
for non-UFS file systems. Test for VBLK vnode instead.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/sys/ufs/ffs/ffs_alloc.c

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