Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2003 01:50:11 -0700 (PDT)
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_bio.c src/sys/sys buf.h src/sys/ufs/ffs ffs_softdep.c
Message-ID:  <200308310850.h7V8oBaI025451@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2003/08/31 01:50:11 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_bio.c 
    sys/sys              buf.h 
    sys/ufs/ffs          ffs_softdep.c 
  Log:
   - Define a new flag for getblk(): GB_NOCREAT.  This flag causes getblk() to
     bail out if the buffer is not already present.
   - The buffer returned by incore() is not locked and should not be sent to
     brelse().  Use getblk() with the new GB_NOCREAT flag to preserve the
     desired semantics.
  
  Revision  Changes    Path
  1.403     +8 -0      src/sys/kern/vfs_bio.c
  1.156     +1 -0      src/sys/sys/buf.h
  1.142     +5 -3      src/sys/ufs/ffs/ffs_softdep.c



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