bcachefs: Don't kick journal reclaim unless low on space
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 19 Apr 2022 02:03:17 +0000 (22:03 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:32 +0000 (17:09 -0400)
commit8cc052db636d5502319d967198d84f64e7e5f65d
treead4b6a9faf0c1971a993a9023f7c62ad23031353
parentfd4cecd2583e784ff28b851de2ff5046201c57d7
bcachefs: Don't kick journal reclaim unless low on space

We shouldn't kick journal reclaim unnecessarily, it's got its own timer
for that.

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