Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 02/26/2004 22:56:55
Module Name:	src
Committed By:	oster
Date:		Thu Feb 26 22:56:55 UTC 2004

Modified Files:
	src/sys/ufs/lfs: lfs_vfsops.c

Log Message:
Add a missing:

 	pool_destroy(&lfs_dinode_pool);

to lfs_done().

Approved-by: yamt


To generate a diff of this commit:
cvs rdiff -r1.143 -r1.144 src/sys/ufs/lfs/lfs_vfsops.c

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