summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/ec.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-09-13 20:39:31 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:10:13 -0400
commit439c172bc763fc1ef33246a0fb23920c1e01ffa7 (patch)
tree6720793e6b9e16ca2a24cfb315d5a0ea1b0b36aa /fs/bcachefs/ec.h
parent3764647b255aafb590d03066d5c1a344463e3637 (diff)
downloadlinux-stable-439c172bc763fc1ef33246a0fb23920c1e01ffa7.tar.gz
linux-stable-439c172bc763fc1ef33246a0fb23920c1e01ffa7.tar.bz2
linux-stable-439c172bc763fc1ef33246a0fb23920c1e01ffa7.zip
bcachefs: Kill other unreachable() uses
Per previous commit, bare unreachable() considered harmful, convert to BUG() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/ec.h')
-rw-r--r--fs/bcachefs/ec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/ec.h b/fs/bcachefs/ec.h
index 885ae5d51655..966d165a3b66 100644
--- a/fs/bcachefs/ec.h
+++ b/fs/bcachefs/ec.h
@@ -240,7 +240,7 @@ static inline void ec_stripe_new_put(struct bch_fs *c, struct ec_stripe_new *s,
bch2_ec_do_stripe_creates(c);
break;
default:
- unreachable();
+ BUG();
}
}