bcachefs: Fix error checking in bch2_fs_alloc()
authorKent Overstreet <kent.overstreet@gmail.com>
Sat, 28 May 2022 20:21:01 +0000 (16:21 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:33 +0000 (17:09 -0400)
commit9b688da35072910ec205697d2f51226cd3fd9f90
tree51a3c80613cae5c2a85d8780f9e04bf643222bba
parentc737267821c15f1678a9575f23fe2fee0c2d9053
bcachefs: Fix error checking in bch2_fs_alloc()

One of the init calls had a ; instead of a ?:, and errors after that got
dropped - oops.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/super.c