Module Name: src
Committed By: dholland
Date: Tue Sep 15 15:01:03 UTC 2015
Modified Files:
src/sys/ufs/lfs: ulfs_extern.h ulfs_vfsops.c
Log Message:
Kill off the ulfs_direct_cache pool.
We no longer allocate temporary struct directs, so we don't need a
pool for them.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/ufs/lfs/ulfs_extern.h
cvs rdiff -u -r1.10 -r1.11 src/sys/ufs/lfs/ulfs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.