Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 1996 21:40:36 -0700 (PDT)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern vfs_cluster.c
Message-ID:  <199606030440.VAA03852@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

dyson       96/06/02 21:40:36

  Modified:    sys/kern  vfs_cluster.c
  Log:
  Fix an error when B_MALLOC buffers are returned from the cluster read
  code without the B_READ flag being set.  This is a problem when the
  data is not cached, and the result will be a bogus attempted write.
  Submitted by:	Kato Takenori <kato@eclogite.eps.nagoya-u.ac.jp>
  
  Revision  Changes    Path
  1.36      +4 -3      src/sys/kern/vfs_cluster.c



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