[GIT PULL] Btrfs fixes for 6.9-rc7

From: David Sterba
Date: Thu May 02 2024 - 09:04:57 EST


Hi,

please pull a few more fixes, thanks.

- set correct ram_bytes when splitting ordered extent, this is
can be inconsistent on-disk but harmless as it's not used for
calculations and it's only advisory for compression

- fix lockdep splat when taking cleaner mutex in qgroups disable ioctl

- fix missing mutex unlock on error path when looking up sys chunk for
relocation

----------------------------------------------------------------
The following changes since commit fe1c6c7acce10baf9521d6dccc17268d91ee2305:

btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (2024-04-18 18:18:50 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 63a6ce5a1a6261e4c70bad2b55c4e0de8da4762e:

btrfs: set correct ram_bytes when splitting ordered extent (2024-04-30 12:03:44 +0200)

----------------------------------------------------------------
Dominique Martinet (1):
btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()

Josef Bacik (1):
btrfs: take the cleaner_mutex earlier in qgroup disable

Qu Wenruo (1):
btrfs: set correct ram_bytes when splitting ordered extent

fs/btrfs/ioctl.c | 33 ++++++++++++++++++++++++++++++---
fs/btrfs/ordered-data.c | 1 +
fs/btrfs/qgroup.c | 21 ++++++++-------------
fs/btrfs/volumes.c | 1 +
4 files changed, 40 insertions(+), 16 deletions(-)