Re: [PATCH v4 1/3] btrfs: add might_sleep() to some places in update_qgroup_limit_item()

From: ChenXiaoSong
Date: Wed Nov 16 2022 - 03:13:28 EST


在 2022/11/16 6:48, Qu Wenruo 写道:
Looks good.

We may want to add more in other locations, but this is really a good start.

Reviewed-by: Qu Wenruo <wqu@xxxxxxxx>

Thanks,
Qu

If I just add might_sleep() in btrfs_alloc_path() and btrfs_search_slot(), is it reasonable?

Or just add might_sleep() to one place in update_qgroup_limit_item() ?