summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_vnode.h
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2014-08-04 13:23:35 +1000
committerDave Chinner <david@fromorbit.com>2014-08-04 13:23:35 +1000
commitdd8c38bab0d88615e0bdf013e6de3d4345f8cda2 (patch)
tree5f8d9f22c43a490118c684dd7cb2dde9b2c4fed3 /fs/xfs/xfs_vnode.h
parent2667c6f935d979cea1ab7fa58568fd0fd725525f (diff)
downloadlinux-dd8c38bab0d88615e0bdf013e6de3d4345f8cda2.tar.bz2
xfs: kill VN_MAPPED
Only one user, no longer needed. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_vnode.h')
-rw-r--r--fs/xfs/xfs_vnode.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/xfs/xfs_vnode.h b/fs/xfs/xfs_vnode.h
index bcf0c74f0d2f..300725dc3626 100644
--- a/fs/xfs/xfs_vnode.h
+++ b/fs/xfs/xfs_vnode.h
@@ -34,10 +34,4 @@ struct attrlist_cursor_kern;
{ IO_ISDIRECT, "DIRECT" }, \
{ IO_INVIS, "INVIS"}
-/*
- * Some useful predicates.
- */
-#define VN_MAPPED(vp) mapping_mapped(vp->i_mapping)
-
-
#endif /* __XFS_VNODE_H__ */