Re: [GIT PULL] Btrfs fixes for 6.8-rc2

From: Linus Torvalds
Date: Fri Jan 26 2024 - 16:51:48 EST


On Fri, 26 Jan 2024 at 13:39, Qu Wenruo <wqu@xxxxxxxx> wrote:
>
> Oh, I forgot the most obvious problem.
>
> This means the extent buffer is full of garbage.

Allocation lifetime problems?

> What's the page size of the system? 4K or 16K or 64K?

This is a bog-standard x86-64 system. With 32 cores (and 64 threads),
but there's nothing remotely odd about it, except for the fact that
it's running a very recent kernel...

Linus