Merge tag 'bcachefs-2024-02-17' of https://evilpiepirate.org/git/bcachefs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Feb 2024 21:17:32 +0000 (13:17 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 17 Feb 2024 21:17:32 +0000 (13:17 -0800)
commitf2667e0c32404a68496891b2d2015825de189b06
treed23ec4710825b5afd4a293660e535726bf14259a
parentced59052315615ffb3c39eb96e7b33f2cff6f781
parent816054f40a5fdaaed05d9e7f603d2824eeee7e62
Merge tag 'bcachefs-2024-02-17' of https://evilpiepirate.org/git/bcachefs

Pull bcachefs fixes from Kent Overstreet:
 "Mostly pretty trivial, the user visible ones are:

   - don't barf when replicas_required > replicas

   - fix check_version_upgrade() so it doesn't do something nonsensical
     when we're downgrading"

* tag 'bcachefs-2024-02-17' of https://evilpiepirate.org/git/bcachefs:
  bcachefs: Fix missing va_end()
  bcachefs: Fix check_version_upgrade()
  bcachefs: Clamp replicas_required to replicas
  bcachefs: fix missing endiannes conversion in sb_members
  bcachefs: fix kmemleak in __bch2_read_super error handling path
  bcachefs: Fix missing bch2_err_class() calls