xfs: remove another leftover of the old inode log item format
authorChristoph Hellwig <hch@lst.de>
Mon, 16 Mar 2009 07:19:59 +0000 (08:19 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Mon, 16 Mar 2009 07:19:59 +0000 (08:19 +0100)
commitdd0bbad81c8d02315a5035d3d6ea441dd1254dc1
treeddba033d3672b45f520e34b7a2f80dcb80bc0f04
parent21b699c89545ed94d9a1c6fcc8ac704784f68f40
xfs: remove another leftover of the old inode log item format

There's another little snipplet of code left from the handling of the old
inode log item format in xlog_recover_do_inode_trans.  Kill it as it
can't be reached anymore.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_log_recover.c