DragonFly-2.3.1.815.g6de32 master sys/kern vfs_lock.c vfs_subr.c sys/sys vnode.h sys/vfs/gnu/ext2fs ext2_vnops.c sys/vfs/hammer hammer_vnops.c sys/vfs/ufs ufs_vnops.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Jul 13 20:51:05 PDT 2009


commit 6de32ba26745bfac4b4f585da31f9c7d1c184109
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Jul 13 07:57:26 2009 -0700

    vnode - move v_pollinfo.vpi_token to v_token
    
    * Rename the lwkt_token used for the vnode's v_pollinfo for general use by
      the vnode.  This token will soon be used to lock the buffer cache.

Summary of changes:
 sys/kern/vfs_lock.c             |    2 +-
 sys/kern/vfs_subr.c             |    6 +++---
 sys/sys/vnode.h                 |    9 ++++++++-
 sys/vfs/gnu/ext2fs/ext2_vnops.c |    4 ++--
 sys/vfs/hammer/hammer_vnops.c   |    4 ++--
 sys/vfs/ufs/ufs_vnops.c         |    4 ++--
 6 files changed, 18 insertions(+), 11 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6de32ba26745bfac4b4f585da31f9c7d1c184109


-- 
DragonFly BSD source repository





More information about the Commits mailing list