diff options
author | Christoph Hellwig <hch@sgi.com> | 2005-09-02 02:56:14 -0400 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-09-02 02:56:14 -0400 |
commit | 592cb26bda6fe69838529acf71e50a6dee7acbb4 (patch) | |
tree | 06558d42a069d0faeb398d81016c33448960d009 /fs/xfs/linux-2.6/xfs_vnode.h | |
parent | 760dea671ea9c5b8c732d76d09673d6d052a186f (diff) |
[XFS] remove unessecary vnode flags
SGI-PV: 934766
SGI-Modid: xfs-linux:xfs-kern:196852a
Signed-off-by: Christoph Hellwig <hch@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vnode.h | 4 |
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 | ||
491 | extern void vn_init(void); | 488 | extern void vn_init(void); |
492 | extern int vn_wait(struct vnode *); | ||
493 | extern vnode_t *vn_initialize(struct inode *); | 489 | extern vnode_t *vn_initialize(struct inode *); |
494 | 490 | ||
495 | /* | 491 | /* |