]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: update debug message when checking seq number of a delayed ref
authorFilipe Manana <fdmanana@suse.com>
Thu, 11 Mar 2021 14:31:13 +0000 (14:31 +0000)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Apr 2021 15:25:17 +0000 (17:25 +0200)
commit81d111990959a5d55382774ae75b8299c5fb5f71
tree7e52f4c91f332032d9ef3fdff6daf5cd2a071b5f
parente64245ce0aedbd3cff39bff0853ddcdf862ed7a9
btrfs: update debug message when checking seq number of a delayed ref

We used to encode two different numbers in the tree mod log counter used
for sequence numbers, one in the upper 32 bits and the other one in the
lower 32 bits. However that is no longer the case, we stopped doing that
since commit 2c0ef578003766 ("Btrfs: rework qgroup accounting").

So update the debug message at btrfs_check_delayed_seq to stop extracting
the two 32 bits counters and print instead the 64 bits sequence numbers.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/delayed-ref.c