Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 08/29/2004 10:13:48
Module Name:	src
Committed By:	hannken
Date:		Sun Aug 29 10:13:48 UTC 2004

Modified Files:
	src/sys/ufs/ffs: ffs_alloc.c ffs_extern.h ffs_snapshot.c ffs_softdep.c

Log Message:
While creating a snapshot inodes must be freed from the
snapshot, not from the file system.
ffs_freefile() needs explicit "fs" and "devvp" arguments.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/ufs/ffs/ffs_alloc.c
cvs rdiff -r1.40 -r1.41 src/sys/ufs/ffs/ffs_extern.h
cvs rdiff -r1.5 -r1.6 src/sys/ufs/ffs/ffs_snapshot.c
cvs rdiff -r1.59 -r1.60 src/sys/ufs/ffs/ffs_softdep.c

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