bcachefs: Delete a spurious assertion
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 27 Jun 2019 15:37:46 +0000 (11:37 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:23 +0000 (17:08 -0400)
commit09bf409b4689d0297da2cc5c95106ef89fa7cfb7
tree5c4a0d1a7557d99d7dea04851b75ac8e9a25711c
parent2a488aaac1d4a7f5b48bce687adf430d24e0beb5
bcachefs: Delete a spurious assertion

bch_write_op->written used to be a u16, but it's not so the assertion
isn't needed anymore - and 5.1 can send larger bios.

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