DragonFly commits List (threaded) for 2009-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
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
commit 6de32ba26745bfac4b4f585da31f9c7d1c184109
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]