vnode - move v_pollinfo.vpi_token to v_token
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 13 Jul 2009 14:57:26 +0000 (07:57 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 13 Jul 2009 14:57:26 +0000 (07:57 -0700)
commit6de32ba26745bfac4b4f585da31f9c7d1c184109
tree3d30e7f5f1ddc2ba915461ce273760f76680c20a
parent39055880da33b32fe3a60097cfa0d27b58560250
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.
sys/kern/vfs_lock.c
sys/kern/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