From: Darrick J. Wong Date: Tue, 28 May 2013 11:31:59 +0000 (-0400) Subject: jbd2: fix block tag checksum verification brokenness X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~83^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eee06c56784496805b198964c59fa8cd7c00bf48;p=pandora-kernel.git jbd2: fix block tag checksum verification brokenness Al Viro complained of a ton of bogosity with regards to the jbd2 block tag header checksum. This one checksum is 16 bits, so cut off the upper 16 bits and treat it as a 16-bit value and don't mess around with be32* conversions. Fortunately metadata checksumming is still "experimental" and not in a shipping e2fsprogs, so there should be few users affected by this. Reported-by: Al Viro Signed-off-by: Darrick J. Wong --- Reading git-diff-tree failed