Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2002 17:12:47 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_map.c vm_map.h vm_object.c vm_object.h
Message-ID:  <200205060012.g460CmU30650@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/05/05 17:12:47 PDT

  Modified files:
    sys/vm               vm_map.c vm_map.h vm_object.c vm_object.h 
  Log:
   o Move vm_freeze_copyopts() from vm_map.{c.h} to vm_object.{c,h}.  It's plainly
     an operation on a vm_object and belongs in the latter place.
  
  Revision  Changes    Path
  1.232     +0 -77     src/sys/vm/vm_map.c
  1.80      +0 -1      src/sys/vm/vm_map.h
  1.209     +77 -0     src/sys/vm/vm_object.c
  1.78      +1 -0      src/sys/vm/vm_object.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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