Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 23:02:03 -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_object.c
Message-ID:  <200206190602.g5J623Q97778@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/06/18 23:02:03 PDT

  Modified files:
    sys/vm               vm_map.c vm_object.c 
  Log:
   o Replace GIANT_REQUIRED in vm_object_coalesce() by the acquisition and
     release of Giant.
   o Reduce the scope of GIANT_REQUIRED in vm_map_insert().
  
  These changes will enable us to remove the acquisition and release
  of Giant from obreak().
  
  Revision  Changes    Path
  1.255     +2 -2      src/sys/vm/vm_map.c
  1.217     +8 -6      src/sys/vm/vm_object.c

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?200206190602.g5J623Q97778>