From 5fce25a9df4865bdd5e3dc4853b269dc1677a02a Mon Sep 17 00:00:00 2001 From: Peter Zijlstra Date: Wed, 14 Nov 2007 16:59:15 -0800 Subject: [PATCH] mm: speed up writeback ramp-up on clean systems We allow violation of bdi limits if there is a lot of room on the system. Once we hit half the total limit we start enforcing bdi limits and bdi ramp-up should happen. Doing it this way avoids many small writeouts on an otherwise idle system and should also speed up the ramp-up. Signed-off-by: Peter Zijlstra Reviewed-by: Fengguang Wu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed