Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 10/18/2007 17:39:04
Module Name:	src
Committed By:	hannken
Date:		Thu Oct 18 17:39:04 UTC 2007

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

Log Message:
Ffs_blkfree() and ffs_freefile() take a devvp that may be a regular file whencalled from snapshot creation.  Be sure to use the right mount.

Ok: Andrew Doran <ad@netbsd.org>


To generate a diff of this commit:
cvs rdiff -r1.102 -r1.103 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.