Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2003 21:58:09 -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_bio.c
Message-ID:  <200309220458.h8M4w9aY035156@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2003/09/21 21:58:09 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_bio.c 
  Log:
   - vm_hold_free_pages() should lock the kernel object.  (The pages being
     freed belong to the kernel object.)
   - Increase the granularity of the vm object locking in vm_hold_load_pages()
     in order to reduce the number of times that we acquire and release the
     same lock.
  
  Revision  Changes    Path
  1.406     +6 -6      src/sys/kern/vfs_bio.c



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