bcachefs: Fix bch2_fsck_ask_yn()
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 4 Jun 2023 22:08:56 +0000 (18:08 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:03 +0000 (17:10 -0400)
commit4f2c166ebe5baef20e28866b27dd97b0caa585f1
tree397a9d3c59116d6527db80aebf1b4a0d6d3734f1
parent21da6101bd947a08104dbf7d7cb22b40be7730e8
bcachefs: Fix bch2_fsck_ask_yn()

 - getline() output includes a newline, without stripping that we were
   just looping

 - Make the prompt clearer

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