From: Jens Axboe Date: Sun, 1 May 2005 15:59:06 +0000 (-0700) Subject: [PATCH] noop-iosched: kill O(N) merge scan X-Git-Tag: v2.6.12-rc4~136^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1181c1f923c349acaa01bca40fe600584f265132;p=pandora-kernel.git [PATCH] noop-iosched: kill O(N) merge scan Profiling hit rates on merging shows that the last merge hint works extremely well for most work loads. So lets kill the linear merge scan in noop-iosched, so it provides O(1) run time for any operation. Testing credits go to Ken Chen from Intel. Signed-off-by: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed