Re: [PATCH 0/2] btrfs: make the batch insertion of dir index keys more efficient
From: David Sterba <hidden> Date: 2021-07-22 13:04:40
On Tue, Jul 20, 2021 at 04:05:21PM +0100, fdmanana@kernel.org wrote:
From: Filipe Manana <redacted>
The first patch makes the batch insertion of dir index keys (delayed items)
more efficient. The second patch is a cleanup, but only applies cleanly after
the first patch.