Subject: CVS commit: src/sys/ufs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/25/2008 10:49:33
Module Name:	src
Committed By:	pooka
Date:		Fri Jan 25 10:49:33 UTC 2008

Modified Files:
	src/sys/ufs/ffs: ffs_vfsops.c
	src/sys/ufs/ufs: extattr.h ufs_extattr.c

Log Message:
Destroy extattr lock when destroying extattrs associated with the
mountpoint.  Make stopping extattrs always succesful to facilitate
always being able to free resources.


To generate a diff of this commit:
cvs rdiff -r1.219 -r1.220 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.6 -r1.7 src/sys/ufs/ufs/extattr.h
cvs rdiff -r1.17 -r1.18 src/sys/ufs/ufs/ufs_extattr.c

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