commit | 5b58dc2304f06953e1d8314ea570cc3befec95bc | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@us.ibm.com> | Thu Aug 02 20:47:45 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Aug 02 20:47:45 2012 -0400 |
tree | 7a6ce3234d5fb7db763bbdc53d6cdce1218ce664 | |
parent | 53c2c8afeade037cf16b0631271a850b04c14c78 [diff] |
libext2fs: block group checksum should use metadata_csum algorithm Change the block group algorithm to use the same algorithm as the rest of the metadata_csum. This mostly involves providing a helper function to tell if group descriptors should have checksums set or verified, and modifying the gdt checksum code to use the correct algorithm. Signed-off-by: Darrick J. Wong <djwong@us.ibm.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>