]> git.ipfire.org Git - people/ms/linux.git/commit - fs/btrfs/tree-checker.c
btrfs: tree-checker: fix the error message for transid error
authorQu Wenruo <wqu@suse.com>
Tue, 25 Aug 2020 13:42:51 +0000 (21:42 +0800)
committerDavid Sterba <dsterba@suse.com>
Thu, 27 Aug 2020 12:16:05 +0000 (14:16 +0200)
commitf96d6960abbc52e26ad124e69e6815283d3e1674
tree0deea33b629c20d802ba8019900526eb7efd32f2
parentd3beaa253fd6fa40b8b18a216398e6e5376a9d21
btrfs: tree-checker: fix the error message for transid error

The error message for inode transid is the same as for inode generation,
which makes us unable to detect the real problem.

Reported-by: Tyler Richmond <t.d.richmond@gmail.com>
Fixes: 496245cac57e ("btrfs: tree-checker: Verify inode item")
CC: stable@vger.kernel.org # 5.4+
Reviewed-by: Marcos Paulo de Souza <mpdesouza@suse.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tree-checker.c