kernel - ufs, ext2fs getpages/putpages cleanup
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 20 Jan 2010 16:02:22 +0000 (08:02 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 20 Jan 2010 16:02:22 +0000 (08:02 -0800)
commita9de949ae80202fb71bf2bfcc15c11448b86a658
tree1e8ca922822d5b70ee878e5d332b743fda2fd668
parent055f5cc88fbb7d454bdf68831ebf603651c1d39c
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().
sys/vfs/gnu/ext2fs/ext2_vnops.c
sys/vfs/ufs/ffs_vnops.c
sys/vfs/ufs/ufs_readwrite.c