[XFS] remove dead code for old inode item recovery
authorChristoph Hellwig <hch@lst.de>
Fri, 28 Nov 2008 03:23:40 +0000 (14:23 +1100)
committerNiv Sardi <xaiki@sgi.com>
Mon, 1 Dec 2008 00:37:58 +0000 (11:37 +1100)
commita1941895034cda2bffa23ba845607c82138ccf52
tree604c916884caa4ae2d97e6e47ac0d304cd70d1b4
parent76d8b277f7b715f78ee3cb09ee112563639693a5
[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>
fs/xfs/xfs_ialloc.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_log_recover.c