commit | 1101cd4d13ba2f42c5da4c1b9081f35a73b5df31 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Feb 22 23:19:09 2016 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 22 23:19:09 2016 -0500 |
tree | c7808f5f15396fba6e5e3e68209bbe4bf4cd073f | |
parent | 32ab671599a89534f37e97d146c27690e371b661 [diff] |
jbd2: unify revoke and tag block checksum handling Revoke and tag descriptor blocks are just different kinds of descriptor blocks and thus have checksum in the same place. Unify computation and checking of checksums for these. Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>