[GFS2] Fix crc32 calculation in recovery.c
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 31 Oct 2006 19:44:50 +0000 (14:44 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:33:17 +0000 (10:33 -0500)
Commit "[GFS2] split and annotate gfs2_log_head" resulted in an incorrect
checksum calculation for log headers. This patch corrects the
problem without resorting to copying the whole log header as
the previous code used to.

Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found