CVSROOT: /cvs Module name: src Changes by: matt...@cvs.openbsd.org 2010/08/02 22:10:16
Modified files: sys/kern : vfs_bio.c Log message: If an asynchronous request invalidates a buf, then we might remove it from its vnode's buffer cache in an interrupt context. Therefore we need interrupt protection when searching the buffer red-black tree. ok deraadt@, thib@, art@