Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2003 23:35:05 -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/vm vm_page.c
Message-ID:  <200304250635.h3P6Z5LQ071913@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2003/04/24 23:35:05 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               vm_page.c 
  Log:
   - Relax the Giant required in vm_page_remove().
   - Remove the Giant required from vm_page_free_toq().  (Any locking
     errors will be caught by vm_page_remove().)
  
  This remedies a panic that occurred when kmem_malloc(NOWAIT) performed
  without Giant failed to allocate the necessary pages.
  
  Reported by:    phk
  
  Revision  Changes    Path
  1.248     +2 -3      src/sys/vm/vm_page.c



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