commit | 76560669868d3b4d650d91d9bf467a8d81171766 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Sep 29 09:45:42 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Mon Sep 29 09:45:42 2014 +1000 |
tree | d1f01177bbeb3a44d64f04822bffbb0355b60bfb | |
parent | 88b863db97a18a04c90ebd57d84e1b7863114dcb [diff] |
xfs: reorganise transaction recovery item code The code for managing transactions anf the items for recovery is spread across 3 different locations in the file. Move them all together so that it is easy to read the code without needing to jump long distances in the file. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>