Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 1996 22:46:54 -0800 (PST)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern vfs_bio.c
Message-ID:  <199603090646.WAA27243@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/03/08 22:46:53

  Modified:    sys/kern  vfs_bio.c
  Log:
  Correct handling of dirty pages in I/O buffers.  The case where pages
  residing in a buffer that had been dirtied by a process was being
  handled incorrectly.  The pages were mistakenly placed into the
  cache queue.  This would likely have the effect of mmaped page modifications
  being lost when I/O system calls were being used simultaneously to
  the same locations in a file.
  Submitted by: davidg
  
  Revision  Changes    Path
  1.88      +9 -3      src/sys/kern/vfs_bio.c



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