aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_vnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.h')
-rw-r--r--fs/xfs/linux-2.6/xfs_vnode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h
index 569a4e7b5cc1..95343637ab66 100644
--- a/fs/xfs/linux-2.6/xfs_vnode.h
+++ b/fs/xfs/linux-2.6/xfs_vnode.h
@@ -68,7 +68,7 @@ typedef enum vflags {
68 */ 68 */
69typedef struct vnode { 69typedef struct vnode {
70 vflags_t v_flag; /* vnode flags (see above) */ 70 vflags_t v_flag; /* vnode flags (see above) */
71 struct vfs *v_vfsp; /* ptr to containing VFS */ 71 struct bhv_vfs *v_vfsp; /* ptr to containing VFS */
72 vnumber_t v_number; /* in-core vnode number */ 72 vnumber_t v_number; /* in-core vnode number */
73 vn_bhv_head_t v_bh; /* behavior head */ 73 vn_bhv_head_t v_bh; /* behavior head */
74 spinlock_t v_lock; /* VN_LOCK/VN_UNLOCK */ 74 spinlock_t v_lock; /* VN_LOCK/VN_UNLOCK */
@@ -503,7 +503,7 @@ extern vnode_t *vn_initialize(struct inode *);
503 * vnode_map structures _must_ match vn_epoch and vnode structure sizes. 503 * vnode_map structures _must_ match vn_epoch and vnode structure sizes.
504 */ 504 */
505typedef struct vnode_map { 505typedef struct vnode_map {
506 vfs_t *v_vfsp; 506 bhv_vfs_t *v_vfsp;
507 vnumber_t v_number; /* in-core vnode number */ 507 vnumber_t v_number; /* in-core vnode number */
508 xfs_ino_t v_ino; /* inode # */ 508 xfs_ino_t v_ino; /* inode # */
509} vmap_t; 509} vmap_t;