CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2009/03/23 09:10:44
Modified files: sys/kern : vfs_bio.c Log message: fix buffer cache pending writs statistic so it does not go negative. this ensures we ignore counting any buffers returning through biodone() for which B_PHYS has been set - which should be set on all transfers that manually do raw io bypassing the buffer cache by setting up their own buffer and calling strategy.. ok thib@, todd@, and now that he is a buffer cache and nfs hacker oga@