bcachefs: Fix bch2_prt_bitflags()
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:22:53 +0000 (17:22 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Tue, 31 Oct 2023 16:18:37 +0000 (12:18 -0400)
commit48f866e90f520855b6d941eebe46d75dbfbb9a81
treef9190a76fa80ccc04aa24a247b06ac8c2b2cd6c1
parent9db2f86060a8e54e80f99e3c3366832ce6a67d76
bcachefs: Fix bch2_prt_bitflags()

This fixes an infinite loop when there's a set bit at position >= 32.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/printbuf.c