[GFS2] Fix crc32 calculation in recovery.c
commit2a2c98247b822db8df037a56c27201f9d716ac66
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 31 Oct 2006 19:44:50 +0000 (31 14:44 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:33:17 +0000 (30 10:33 -0500)
treecadb8e1f27da7f931a6fec84abd4200719331692
parent551676226163379c217e8ec54bd287eab9b8521e
[GFS2] Fix crc32 calculation in recovery.c

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>
fs/gfs2/recovery.c