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, 0 insertions, 4 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h
index bc9ed722ba1e..4a74569a5690 100644
--- a/fs/xfs/linux-2.6/xfs_vnode.h
+++ b/fs/xfs/linux-2.6/xfs_vnode.h
@@ -135,9 +135,6 @@ typedef enum {
135/* 135/*
136 * Vnode flags. 136 * Vnode flags.
137 */ 137 */
138#define VINACT 0x1 /* vnode is being inactivated */
139#define VRECLM 0x2 /* vnode is being reclaimed */
140#define VWAIT 0x4 /* waiting for VINACT/VRECLM to end */
141#define VMODIFIED 0x8 /* XFS inode state possibly differs */ 138#define VMODIFIED 0x8 /* XFS inode state possibly differs */
142 /* to the Linux inode state. */ 139 /* to the Linux inode state. */
143 140
@@ -489,7 +486,6 @@ typedef struct vattr {
489 (VN_ISREG(vp) && ((mode) & (VSGID|(VEXEC>>3))) == VSGID) 486 (VN_ISREG(vp) && ((mode) & (VSGID|(VEXEC>>3))) == VSGID)
490 487
491extern void vn_init(void); 488extern void vn_init(void);
492extern int vn_wait(struct vnode *);
493extern vnode_t *vn_initialize(struct inode *); 489extern vnode_t *vn_initialize(struct inode *);
494 490
495/* 491/*