]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
libata: switch to using block layer tagging support
authorJens Axboe <jens.axboe@oracle.com>
Wed, 22 Oct 2008 07:34:49 +0000 (09:34 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Oct 2008 23:05:26 +0000 (16:05 -0700)
libata currently has a pretty dumb ATA_MAX_QUEUE loop for finding
a free tag to use. Instead of fixing that up, convert libata to
using block layer tagging - gets rid of code in libata, and is also
much faster.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found