Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 00:28:07 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vnode_pager.c
Message-ID:  <200206220728.g5M7S7t79417@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/06/22 00:28:07 PDT

  Modified files:
    sys/vm               vnode_pager.c 
  Log:
   o Replace GIANT_REQUIRED in vnode_pager_alloc() by the acquisition and
     release of Giant.  (Annotate as MPSAFE.)
   o Also, in vnode_pager_alloc(), remove an unnecessary re-initialization
     of struct vm_object::flags and move a statement that is duplicated
     in both branches of an if-else.
  
  Revision  Changes    Path
  1.150     +5 -6      src/sys/vm/vnode_pager.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?200206220728.g5M7S7t79417>