aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2008-11-28 14:23:40 +1100
committerNiv Sardi <xaiki@sgi.com>2008-12-01 11:37:58 +1100
commita1941895034cda2bffa23ba845607c82138ccf52 (patch)
tree604c916884caa4ae2d97e6e47ac0d304cd70d1b4 /fs/xfs/xfs_inode.h
parent76d8b277f7b715f78ee3cb09ee112563639693a5 (diff)
downloadkernel_samsung_smdk4412-a1941895034cda2bffa23ba845607c82138ccf52.zip
kernel_samsung_smdk4412-a1941895034cda2bffa23ba845607c82138ccf52.tar.gz
kernel_samsung_smdk4412-a1941895034cda2bffa23ba845607c82138ccf52.tar.bz2
[XFS] remove dead code for old inode item recovery
We have removed the support for old-style inode items a while ago and xlog_recover_do_inode_trans is now only called for XFS_LI_INODE items. That means we can remove the call to xfs_imap there and with it the XFS_IMAP_LOOKUP that is set by all other callers. We can also mark xfs_imap static now. (First sent on October 21st) Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Niv Sardi <xaiki@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r--fs/xfs/xfs_inode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h
index ec8b539..db1f688 100644
--- a/fs/xfs/xfs_inode.h
+++ b/fs/xfs/xfs_inode.h
@@ -159,8 +159,7 @@ typedef struct xfs_icdinode {
/*
* Flags for xfs_inotobp, xfs_imap() and xfs_dilocate().
*/
-#define XFS_IMAP_LOOKUP 0x1
-#define XFS_IMAP_BULKSTAT 0x2
+#define XFS_IMAP_BULKSTAT 0x1
/*
* Fork handling.