CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2013/01/18 01:52:04
Modified files: sys/kern : vfs_bio.c vfs_biomem.c sys/sys : buf.h Log message: Give buf_acquire_unmapped and B_NOTMAPPED a viking funeral as they should really have been called "maybemapped and hope it all works out". - use buf_acquire_nomap instead which acounts for busymapped bufs correctly. ok krw@ guenther@ kettenis@