Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2003 16:41:30 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c src/sys/vm vm_object.c
Message-ID:  <200304262341.h3QNfU8H020674@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2003/04/26 16:41:30 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
    sys/vm               vm_object.c 
  Log:
  Various changes to vm_object_page_remove():
   - Eliminate an odd, special-case feature:
     if start == end == 0 then all pages are removed.  Only one caller
     used this feature and that caller can trivially pass the object's
     size.
   - Assert that the vm_object is locked on entry; don't bother testing
     for a NULL vm_object.
   - Style: Fix lines that are longer than 80 characters.
  
  Revision  Changes    Path
  1.444     +1 -1      src/sys/kern/vfs_subr.c
  1.274     +7 -7      src/sys/vm/vm_object.c



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