CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/09 18:04:39
Modified files:
sys/kern : kern_sysctl.c vfs_bio.c vfs_biomem.c vfs_vops.c
sys/nfs : nfs_vnops.c
sys/sys : buf.h mount.h
sys/uvm : uvm_extern.h uvm_page.c
Log message:
Remove the buffer flipper
This makes the buffer cache have only one clean cache,
and to not care about where memory is allocated from.
IO devices are expected to be able to handle IO from a
buf at any physical address.
ok kettenis@ deraadt@
