Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 2009 11:47:39 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_bio.c
Message-ID:  <200908091148.n79Bm3mh095013@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-08-09 11:47:39 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             vfs_bio.c 
  Log:
  SVN rev 196087 on 2009-08-09 11:47:39Z by kib
  
  MFC r195773:
  When buffer write is failed, it is wrong for brelse() to invalidate
  portion of the page that was written. Among other problems, this
  page might be picked up by pagedaemon, with failed assertion in
  vm_pageout_flush() about validity of the page.
  
  Revision    Changes    Path
  1.528.2.11  +2 -1      src/sys/kern/vfs_bio.c



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