From: Theodore Ts'o Date: Mon, 1 Jul 2013 12:12:38 +0000 (-0400) Subject: jbd2: move superblock checksum calculation to jbd2_write_superblock() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~83^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe52d17cdd343ac43c85cf72940a58865b9d3bfb;p=pandora-kernel.git jbd2: move superblock checksum calculation to jbd2_write_superblock() Some of the functions which modify the jbd2 superblock were not updating the checksum before calling jbd2_write_superblock(). Move the call to jbd2_superblock_csum_set() to jbd2_write_superblock(), so that the checksum is calculated consistently. Signed-off-by: "Theodore Ts'o" Cc: Darrick J. Wong Cc: stable@vger.kernel.org --- Reading git-diff-tree failed