git: kernel - Remove legacy vnode poll support

Samuel Greear sjg at crater.dragonflybsd.org
Mon Jul 19 14:58:34 PDT 2010


commit 22a90887ab98f6129f96cdf8a18843bf33ec6990
Author: Samuel J. Greear <sjg at thesjg.com>
Date:   Tue Jul 13 11:06:07 2010 +0000

    kernel - Remove legacy vnode poll support
    
    * Add an appropriate call to KNOTE() to wake up listeners when a vnode is
      revoked, replacing a selwakeup().

Summary of changes:
 sys/kern/vfs_subr.c |   73 +++------------------------------------------------
 sys/sys/vnode.h     |    6 +---
 2 files changed, 5 insertions(+), 74 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/22a90887ab98f6129f96cdf8a18843bf33ec6990


-- 
DragonFly BSD source repository





More information about the Commits mailing list