Subject: CVS commit: src/sys/fs/ntfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 07/26/2007 18:43:14
Module Name:	src
Committed By:	pooka
Date:		Thu Jul 26 18:43:14 UTC 2007

Modified Files:
	src/sys/fs/ntfs: ntfs_vfsops.c

Log Message:
ntfs_unmount:
* panic if flushing system nodes fails: we have released too many
  resources and would die anyway the next time unmount is attempted
* KASSERT that VOP_CLOSE succeeds, but always return 0.  once again
  we have released too many resources

XXX: maybe rewrite to be a bit more robust


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/sys/fs/ntfs/ntfs_vfsops.c

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