Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2007 19:42:52 +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 vm_fault.c
Message-ID:  <200707081942.l68JgqVk051220@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2007-07-08 19:42:52 UTC

  FreeBSD src repository

  Modified files:
    sys/vm               vm_fault.c 
  Log:
  Eliminate the special case handling of OBJT_DEVICE objects in
  vm_fault_additional_pages() that was introduced in revision 1.47.  Then
  as now, it is unnecessary because dev_pager_haspage() returns zero for
  both the number of pages to read ahead and read behind, producing the
  same exact behavior by vm_fault_additional_pages() as the special case
  handling.
  
  Approved by: re (rwatson)
  
  Revision  Changes    Path
  1.234     +0 -10     src/sys/vm/vm_fault.c



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