forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commit9b0d3ac
committed
Btrfs: don't return congestion in write_cache_pages as often
On fast devices that go from congested to uncongested very quickly, pdflushis waiting too often in congestion_wait, and the FS is backing off toeasily in write_cache_pages.For now, fix this on the btrfs side by only checking congestion aftersome bios have already gone down. Longer term a real fix is neededfor pdflush, but that is a larger project.Signed-off-by: Chris Mason <chris.mason@oracle.com>1 parent7b78c17 commit9b0d3ac
1 file changed
+0
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2377 | 2377 |
| |
2378 | 2378 |
| |
2379 | 2379 |
| |
2380 |
| - | |
2381 |
| - | |
2382 |
| - | |
2383 |
| - | |
2384 |
| - | |
2385 | 2380 |
| |
2386 | 2381 |
| |
2387 | 2382 |
| |
|
0 commit comments
Comments
(0)