[GIT PULL] Btrfs build fix for 6.11

From: David Sterba
Date: Fri Jul 19 2024 - 15:08:47 EST


Hi,

please pull a fix for build breakage on 32bit platforms. I misjudged the
severity of the fix, it first looked like a functional fix that could
wait but failing subset of builds should not (-Werror=overflow). I'm not
aware of any reports from linux-next build coverage before merge window.

Thanks.

----------------------------------------------------------------
The following changes since commit 8e7860543a94784d744c7ce34b78a2e11beefa5c:

btrfs: fix extent map use-after-free when adding pages to compressed bio (2024-07-11 16:32:22 +0200)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.11-tag

for you to fetch changes up to c3ece6b7ffb4a7c00e8d53cbf4026a32b6127914:

btrfs: change BTRFS_MOUNT_* flags to 64bit type (2024-07-19 17:20:23 +0200)

----------------------------------------------------------------
Qu Wenruo (1):
btrfs: change BTRFS_MOUNT_* flags to 64bit type

fs/btrfs/fs.h | 66 ++++++++++++++++++++++++++++----------------------------
fs/btrfs/super.c | 11 +++++-----
fs/btrfs/super.h | 3 ++-
fs/btrfs/zoned.c | 3 ++-
fs/btrfs/zoned.h | 5 +++--
5 files changed, 46 insertions(+), 42 deletions(-)