diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vnode.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h index de9dc747b451..ad7fbead4c97 100644 --- a/fs/xfs/linux-2.6/xfs_vnode.h +++ b/fs/xfs/linux-2.6/xfs_vnode.h | |||
@@ -50,14 +50,6 @@ struct attrlist_cursor_kern; | |||
50 | the operation completes. */ | 50 | the operation completes. */ |
51 | 51 | ||
52 | /* | 52 | /* |
53 | * Dealing with bad inodes | ||
54 | */ | ||
55 | static inline int VN_BAD(struct inode *vp) | ||
56 | { | ||
57 | return is_bad_inode(vp); | ||
58 | } | ||
59 | |||
60 | /* | ||
61 | * Some useful predicates. | 53 | * Some useful predicates. |
62 | */ | 54 | */ |
63 | #define VN_MAPPED(vp) mapping_mapped(vp->i_mapping) | 55 | #define VN_MAPPED(vp) mapping_mapped(vp->i_mapping) |