Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.hut.fi>
List: source-changes
Date: 02/10/2001 16:28:52
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sat Feb 10 14:28:51 UTC 2001

Modified Files:
	syssrc/sys/ntfs: ntfs_vfsops.c

Log Message:
ntfs_unmount(): make the first 'vflush failed' printf a debug message; this
	happens fairly commonly if e.g. some files are still opened
	then the unmount is attempted
	* if the second vflush() (including system vnodes) fails, we should
	  probably panic, it's too serious; for now, just add a comment


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/ntfs/ntfs_vfsops.c

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