Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 1996 20:15:54 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern vfs_bio.c
Message-ID:  <199609130315.UAA05202@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/09/12 20:15:52

  Modified:    sys/kern  vfs_bio.c
  Log:
  A modification that allows the driver strategy to modify the
  B_ASYNC flag broke things pretty bad (freeing buffer already on
  queue or other wierd buffer queue errors.)  The broken code is
  left in commented out, but this makes the problem go away for
  now.
  
  Revision  Changes    Path
  1.99      +3 -2      src/sys/kern/vfs_bio.c



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