OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Pedro Martelletto (pedrocvs.openbsd.org)
Date: Mon Jun 27 2005 - 17:08:40 CDT


CVSROOT: /cvs
Module name: src
Changes by: pedrocvs.openbsd.org 2005/06/27 16:08:40

Modified files:
        sys/kern : vfs_bio.c

Log message:
When releasing a buffer and disassociating it from its vnode, there's
no point in placing the buffer in the vnode's clean list just to remove
it afterwards. Talked over with art, various testing for a while.