diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-01-15 17:56:22 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-01-21 13:27:09 -0500 |
commit | a6548c8b5eb541e77ffcf497e8761f34172ff828 (patch) | |
tree | e1c9a12250c925fe94800e94ac2e53c6e3aa5ad5 /lib | |
parent | 189c176c5dd324531d4cb23f172b1761e65bb0ed (diff) | |
download | linux-stable-a6548c8b5eb541e77ffcf497e8761f34172ff828.tar.gz linux-stable-a6548c8b5eb541e77ffcf497e8761f34172ff828.tar.bz2 linux-stable-a6548c8b5eb541e77ffcf497e8761f34172ff828.zip |
bcachefs: Avoid flushing the journal in the discard path
When issuing discards, we may need to flush the journal if there's too
many buckets that can't be discarded until a journal flush.
But the heuristic was bad; we should be comparing the number of buckets
that need to flushes against the number of free buckets, not the number
of buckets we saw.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions