[XFS] split up xlog_recover_process_iunlinks
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:48 +0000 (11:37 +1100)
commit23fac50f959a87febf7ce4ae9d47525121f10c7a
tree80bb7d8f37664c33d55e2a106fcee872ba99080c
parent51ce16d519da0bc3c548e0facef7cb3aab1ac8cc
[XFS] split up xlog_recover_process_iunlinks

Split out the body of the main loop into a separate helper to make the
code readable.

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_log_recover.c