]> www.infradead.org Git - users/jedix/linux-maple.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>
Tue, 6 Apr 2021 13:35:56 +0000 (15:35 +0200)
commit4981e5a0dc9d019096939c0cd23db7795757d8b1
tree039c4fe703046f5ec02c62789a7a4824f43ab556
parentd1c16652fc10618ba550d1d1a01ab1a88e57a9d1
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 fcebe4562dec83 ("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