OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Artur Grabowski (artcvs.openbsd.org)
Date: Thu Nov 15 2001 - 00:40:39 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: artcvs.openbsd.org 2001/11/14 23:40:39

    Modified files:
            sys/kern : vfs_subr.c

    Log message:
    Don't zero v_bioflag when recycling a vnode in getnewvnode.
    Sometimes the vnode can be on the syncers list. While that is a bug, it's
    just a minor annoyance. A vnode on a syncer worklist without VBIOONSYNCLIST
    set is a disaster.