Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 12/01/2003 18:57:07
Module Name: src
Committed By: dbj
Date: Mon Dec 1 18:57:07 UTC 2003
Modified Files:
src/sys/ufs/ffs: ffs_vfsops.c
Log Message:
in ffs_unmount, ignore error returned by VOP_CLOSE(devvp)
this fixes a problem where device close error would cause
unmount to fail but structures to be left partially deallocated
To generate a diff of this commit:
cvs rdiff -r1.128 -r1.129 src/sys/ufs/ffs/ffs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.