From: Jens Axboe Date: Wed, 22 Sep 2010 07:32:36 +0000 (+0200) Subject: floppy: switch to one queue per drive instead of sharing a queue X-Git-Tag: v2.6.37-rc1~167^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=488211844e0c3fad6ffa98a6f3c4f2139074e79a;p=pandora-kernel.git floppy: switch to one queue per drive instead of sharing a queue Pretty straight forward conversion. Note that we do round-robin between the drives that have available requests, before we simply used the drive that the IO scheduler told us to. Since the IO scheduler doesn't care about multiple devices per queue, the resulting sort would not have made sense. Fixed by Vivek to get rid of a double lock problem in set_next_request() Signed-off-by: Jens Axboe Signed-off-by: Vivek Goyal --- Reading git-diff-tree failed