From: Christoph Hellwig Date: Fri, 28 Nov 2008 03:23:40 +0000 (+1100) Subject: [XFS] remove dead code for old inode item recovery X-Git-Tag: v2.6.29-rc1~552^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1941895034cda2bffa23ba845607c82138ccf52;p=pandora-kernel.git [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 Reviewed-by: Dave Chinner Signed-off-by: Niv Sardi --- Reading git-diff-tree failed