Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 2008 01:44:28 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200803230144.m2N1iSa1025141@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2008-03-23 01:44:28 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
   - Only return 1 from sync_vnode() in cases where the vnode is still
     at the head of the sync list.  This prevents sched_sync() from
     re-queueing a vnode which may have been freed already.
  
  Discussed with: kib
  
  Revision  Changes    Path
  1.724     +1 -1      src/sys/kern/vfs_subr.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803230144.m2N1iSa1025141>