Re: [GIT PULL] Btrfs updates for 6.3

From: Linus Torvalds
Date: Mon Feb 20 2023 - 16:02:36 EST


On Mon, Feb 20, 2023 at 11:26 AM David Sterba <dsterba@xxxxxxxx> wrote:
>
> Other:
>
> - locally enable -Wmaybe-uninitialized after fixing all warnings

I've pulled this, but I strongly suspect this change will get reverted.

I bet neither you nor linux-next is testing even _remotely_ a big
chunk of the different compiler versions that are out there, and the
reason flags like '-Wmaybe-uninitialized' get undone is because some
random compiler version on some random config and target archiecture
gives completely nonsensical warnings for odd reasons.

But hey, maybe the btrfs code is special.

Linus