git: kernel - ufs, ext2fs getpages/putpages cleanup

看板DFBSD_commit作者時間16年前 (2010/01/21 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit a9de949ae80202fb71bf2bfcc15c11448b86a658 Author: Matthew Dillon <dillon@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
文章代碼(AID): #1BLqJlWh (DFBSD_commit)