]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: unify revoke and tag block checksum handling
authorJan Kara <jack@suse.cz>
Tue, 23 Feb 2016 04:19:09 +0000 (23:19 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 23 Feb 2016 04:19:09 +0000 (23:19 -0500)
commit7853dc56d0f6c6e5f2da84b064851847348703ff
treec7808f5f15396fba6e5e3e68209bbe4bf4cd073f
parentca98581eec4174adfeb95c3cbc566cd77376469c
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>
fs/jbd2/commit.c
fs/jbd2/journal.c
fs/jbd2/recovery.c
fs/jbd2/revoke.c
include/linux/jbd2.h