Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2005 07:39:42 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vnode_pager.c
Message-ID:  <200502240739.j1O7dglR032031@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2005-02-24 07:39:42 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/vm               vnode_pager.c 
  Log:
  MFC revision 1.205
   Correct a sanity check in vnode_pager_generic_putpages().  The cast used
   to implement the sanity check should have been changed when we converted
   the implementation of vm_pindex_t from 32 to 64 bits.  (Thus, RELENG_4 is
   not affected.)  The consequence of this error would be a legimate write to
   an extremely large file being treated as an errant attempt to write meta-
   data.
  
  MFC revision 1.207
   fix comment
  
  Revision   Changes    Path
  1.196.2.5  +2 -2      src/sys/vm/vnode_pager.c



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