bcachefs: Kill incorrect assertion
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 11 Sep 2023 18:34:56 +0000 (14:34 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:12 +0000 (17:10 -0400)
commit39791d7de2833ca4dae0061017621ca562748306
tree74671565883f94bd76215ffc7e2d14c98750b088
parente46c181af9e230c4c5dbc701fdadc295d6191eec
bcachefs: Kill incorrect assertion

In the bch2_fs_alloc() error path we call bch2_fs_free() without setting
BCH_FS_STOPPING - this is fine.

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