CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/01/08 22:04:22
Modified files: sys/kern : kern_bufq.c vfs_bio.c sys/sys : buf.h Log message: save the bufq pointer from the buf before we turn it loose so it won't change on us. also, remove unused second arg to bufq_wait. from pedro at bitrig via david hill. ok beck kettenis