commit | 310606b0c7e385e9dd3533d168413ad2c579d961 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Wed Mar 25 14:06:07 2015 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Wed Mar 25 14:06:07 2015 +1100 |
tree | 094077666f362daea3179cd75b5bbd9e5060ae7e | |
parent | 445883e8133975fe8d555610c70c1c4c501f0bf8 [diff] |
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 <dchinner@redhat.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>