]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: fix reading of wrapped log data
authorDave Chinner <dchinner@redhat.com>
Fri, 2 Nov 2012 00:38:44 +0000 (11:38 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Nov 2012 21:16:36 +0000 (13:16 -0800)
commit13ec0431e7523a5a2d45dd6513b12b5f6b4ddec9
treedd894671d17107078f3c45b1aff5e85f133e9805
parent2834bc7007eb6e8e375f8edbf7f6f52b2a14db13
xfs: fix reading of wrapped log data

commit 6ce377afd1755eae5c93410ca9a1121dfead7b87 upstream.

Commit 4439647 ("xfs: reset buffer pointers before freeing them") in
3.0-rc1 introduced a regression when recovering log buffers that
wrapped around the end of log. The second part of the log buffer at
the start of the physical log was being read into the header buffer
rather than the data buffer, and hence recovery was seeing garbage
in the data buffer when it got to the region of the log buffer that
was incorrectly read.

Reported-by: Torsten Kaiser <just.for.lkml@googlemail.com>
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/xfs/xfs_log_recover.c