bcachefs: Don't issue writes that are more than 1 MB
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 29 Apr 2020 19:28:25 +0000 (15:28 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:39 +0000 (17:08 -0400)
commitf59b346477a4ed536583be2df077c5aa684a1df8
treef401785f6f83423ff2961421603bdaa6b0935f04
parent6f2b9074d7511e23fec4e6a3e3f47184480b0a58
bcachefs: Don't issue writes that are more than 1 MB

the bcachefs io path in io.c can't bounce writes larger than that.

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