Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 23:06:30 +0000 (UTC)
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_default.c src/sys/vm vm_object.c vm_object.h vnode_pager.c
Message-ID:  <200502232306.j1NN6UKq096743@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2005-02-23 23:06:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             vfs_default.c 
    sys/vm               vm_object.c vm_object.h vnode_pager.c 
  Log:
  MFC
   Move a call to wakeup() from vm_object_terminate() to
   vnode_pager_dealloc() because this call is only needed to wake threads
   that slept when they discovered a dead object connected to a vnode.  To
   eliminate unnecessary calls to wakeup() by vnode_pager_dealloc(),
   introduce a new flag, OBJ_DISCONNECTWNT.
  
  Revision   Changes    Path
  1.97.2.2   +1 -0      src/sys/kern/vfs_default.c
  1.331.2.4  +0 -2      src/sys/vm/vm_object.c
  1.106.2.2  +1 -0      src/sys/vm/vm_object.h
  1.196.2.4  +5 -0      src/sys/vm/vnode_pager.c



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