git: kernel - ufs, ext2fs getpages/putpages cleanup
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jan 20 08:04:51 PST 2010
commit a9de949ae80202fb71bf2bfcc15c11448b86a658
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Jan 20 08:02:22 2010 -0800
kernel - ufs, ext2fs getpages/putpages cleanup
* Completely remove the original ffs_getpages/ffs_putpages code and
remove the vfs.ffs.getpages_uses_bufcache sysctl. UFS/FFS now
unconditionally use vop_stdgetpages and vop_stdputpages.
* ext2fs already unconditionally calls vnode_pager_generic_getpages().
Remove the shim and adjust ext2fs's .vop_getpages to point directly
to vop_stdgetpages().
Summary of changes:
sys/vfs/gnu/ext2fs/ext2_vnops.c | 19 +-----
sys/vfs/ufs/ffs_vnops.c | 3 +-
sys/vfs/ufs/ufs_readwrite.c | 156 ---------------------------------------
3 files changed, 2 insertions(+), 176 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a9de949ae80202fb71bf2bfcc15c11448b86a658
--
DragonFly BSD source repository
More information about the Commits
mailing list