]> git.karo-electronics.de Git - linux-beck.git/commit
xfs: reorganise transaction recovery item code
authorDave Chinner <dchinner@redhat.com>
Sun, 28 Sep 2014 23:45:42 +0000 (09:45 +1000)
committerDave Chinner <david@fromorbit.com>
Sun, 28 Sep 2014 23:45:42 +0000 (09:45 +1000)
commit76560669868d3b4d650d91d9bf467a8d81171766
treed1f01177bbeb3a44d64f04822bffbb0355b60bfb
parent88b863db97a18a04c90ebd57d84e1b7863114dcb
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>
fs/xfs/xfs_log_recover.c