mbox series

[GIT,PULL] Btrfs fix for 6.12-rc8

Message ID cover.1731619157.git.dsterba@suse.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Btrfs fix for 6.12-rc8 | expand

Pull-request

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

Message

David Sterba Nov. 14, 2024, 9:22 p.m. UTC
Hi,

one more fix that seems urgent and good to have in 6.12 final. It could
potentially lead to unexpected transaction aborts, due to wrong
comparison and order of processing of delayed refs.

Please pull, thanks.

----------------------------------------------------------------
The following changes since commit 2b084d8205949dd804e279df8e68531da78be1e8:

  btrfs: fix the length of reserved qgroup to free (2024-11-07 02:08:29 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 7d493a5ecc26f861421af6e64427d5f697ddd395:

  btrfs: fix incorrect comparison for delayed refs (2024-11-14 16:11:02 +0100)

----------------------------------------------------------------
Josef Bacik (1):
      btrfs: fix incorrect comparison for delayed refs

 fs/btrfs/delayed-ref.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)