Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 934
b: refs/heads/master
c: 9effd8e
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sandeen authored and Christoph Hellwig committed May 5, 2005
1 parent d61ba04 commit ee827fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 31b084aef3f088962f56c100b31bb8479c5dd769
refs/heads/master: 9effd8e62570c6e47b91734770e6122002c33ed5
2 changes: 1 addition & 1 deletion trunk/fs/xfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ifeq ($(CONFIG_XFS_TRACE),y)
EXTRA_CFLAGS += -DXFS_LOG_TRACE
EXTRA_CFLAGS += -DXFS_RW_TRACE
EXTRA_CFLAGS += -DPAGEBUF_TRACE
# EXTRA_CFLAGS += -DXFS_VNODE_TRACE
EXTRA_CFLAGS += -DXFS_VNODE_TRACE
endif

obj-$(CONFIG_XFS_FS) += xfs.o
Expand Down
3 changes: 2 additions & 1 deletion trunk/fs/xfs/linux-2.6/xfs_vnode.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ typedef struct vnode {
vnumber_t v_number; /* in-core vnode number */
vn_bhv_head_t v_bh; /* behavior head */
spinlock_t v_lock; /* VN_LOCK/VN_UNLOCK */
struct inode v_inode; /* Linux inode */
#ifdef XFS_VNODE_TRACE
struct ktrace *v_trace; /* trace header structure */
#endif
struct inode v_inode; /* Linux inode */
/* inode MUST be last */
} vnode_t;

#define v_fbhv v_bh.bh_first /* first behavior */
Expand Down

0 comments on commit ee827fc

Please sign in to comment.