mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
btrfs: restore BTRFS_SEQ_LAST when looking up qgroup backref lookup
In the patcha2c8d27e5e
("btrfs: use a structure to pass arguments to backref walking functions") Filipe converted everybody to using a new context struct to use for backref lookups, but accidentally dropped the BTRFS_SEQ_LAST usage that exists for qgroups. Add this back so we have the previous behavior. Fixes:a2c8d27e5e
("btrfs: use a structure to pass arguments to backref walking functions") Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
c68f72900a
commit
f1f0460c0c
1 changed files with 1 additions and 0 deletions
|
@ -2787,6 +2787,7 @@ int btrfs_qgroup_account_extents(struct btrfs_trans_handle *trans)
|
|||
* current root. It's safe inside commit_transaction().
|
||||
*/
|
||||
ctx.trans = trans;
|
||||
ctx.time_seq = BTRFS_SEQ_LAST;
|
||||
ret = btrfs_find_all_roots(&ctx, false);
|
||||
if (ret < 0)
|
||||
goto cleanup;
|
||||
|
|
Loading…
Add table
Reference in a new issue