From: Dave Chinner Date: Wed, 25 Mar 2015 03:06:07 +0000 (+1100) Subject: xfs: factor out xfs_finish_rename() X-Git-Tag: omap-for-v4.2/o2_dc~34^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310606b0c7e385e9dd3533d168413ad2c579d961;p=pandora-kernel.git xfs: factor out xfs_finish_rename() Rather than use a jump label for the final transaction commit in the rename, factor it into a simple helper function and call it appropriately. This slightly reduces the spaghetti nature of xfs_rename. Signed-off-by: Dave Chinner Reviewed-by: Eric Sandeen Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- Reading git-diff-tree failed