aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2022-07-16 15:30:19 +0000
committerMark Johnston <markj@FreeBSD.org>2022-07-17 11:09:48 +0000
commit1424f65bbcb3283c899c356bf38ef0a9930add34 (patch)
tree53ed9c0648fb945753bc7d848ae6b3014580954d /sys/conf/files
parentfff19e0ed2f3a56ee063f0ce1486b1dd35df6d6c (diff)
downloadsrc-1424f65bbcb3283c899c356bf38ef0a9930add34.tar.gz
src-1424f65bbcb3283c899c356bf38ef0a9930add34.zip
vm_pager: Remove the default pager
It's unused now. Keep the OBJ_DEFAULT identifier, but make it an alias of OBJT_SWAP for the benefit of out-of-tree code. Reviewed by: alc, imp, kib Tested by: pho Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D35790
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 11b7e0357c79..30cd9eb7e741 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -5181,7 +5181,6 @@ ufs/ufs/ufs_lookup.c optional ffs
ufs/ufs/ufs_quota.c optional ffs
ufs/ufs/ufs_vfsops.c optional ffs
ufs/ufs/ufs_vnops.c optional ffs
-vm/default_pager.c standard
vm/device_pager.c standard
vm/phys_pager.c standard
vm/redzone.c optional DEBUG_REDZONE