Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2002 18:09:34 -0700 (PDT)
From:      "Andrew R. Reiter" <arr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_syscalls.c
Message-ID:  <200207230109.g6N19YUE035771@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
arr         2002/07/22 18:09:34 PDT

  Modified files:
    sys/kern             uipc_syscalls.c 
  Log:
  - Make use of the VM_ALLOC_WIRED flag in the call to vm_page_alloc() in
    do_sendfile().  This allows us to rearrange an if statement in order to
    avoid doing an unnecesary call to vm_page_lock_queues(), and an attempt
    at re-wiring the pages (which were wired in the vm_page_alloc() call).
  
  Reviewed by:    alc, jhb
  
  Revision  Changes    Path
  1.119     +12 -12    src/sys/kern/uipc_syscalls.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?200207230109.g6N19YUE035771>