From: Jens Axboe Date: Thu, 25 Sep 2008 09:42:41 +0000 (+0200) Subject: block: reserve some tags just for sync IO X-Git-Tag: v2.6.28-rc1~733^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ba9ae58a5599226e3976b29c8093041ae7c332;p=pandora-kernel.git block: reserve some tags just for sync IO By only allowing async IO to consume 3/4 ths of the tag depth, we always have slots free to serve sync IO. This is important to avoid having writes fill the entire tag queue, thus starving reads. Original patch and idea from Linus Torvalds Signed-off-by: Jens Axboe --- Reading git-diff-tree failed