Whamcloud - gitweb
Sync kernel's unification of jbd2 revoke and tag block checksum handling
authorTheodore Ts'o <tytso@mit.edu>
Sat, 9 Nov 2019 01:26:05 +0000 (20:26 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 9 Nov 2019 06:55:14 +0000 (01:55 -0500)
commit1942e33c812a030ba0a0a9bff2e8527159d44749
treeeeaa5dbf1a6705056023a78178d3a35feb603aed
parentbe259fa50a908df8db016e3e3796d24cdc12884f
Sync kernel's unification of jbd2 revoke and tag block checksum handling

Commit 1101cd4d13ba ("jbd2: unify revoke and tag block checksum
handling") cleans up the fact that the jbd2_journal_revoke_tail and
jbd2_journal_block_tail structures are basically the same.  So it
drops the definition of struct jbd2_journal_revoke_tail and unifies
the functions which calculates and verifies the checksums for revoke
blocks and tag blocks.

Make the same changes in e2fsprogs so eliminate unnecessary
differences in e2fsck/recovery.c and e2fsck/revoke.c.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/do_journal.c
debugfs/journal.c
e2fsck/jfs_user.h
e2fsck/recovery.c
e2fsck/revoke.c
lib/ext2fs/kernel-jbd.h