From: Jens Axboe Date: Wed, 22 Oct 2008 07:34:49 +0000 (+0200) Subject: libata: switch to using block layer tagging support X-Git-Tag: v2.6.28-rc1~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fca5ccf97d2c28bcfce44f5b07d85e74e3cd18e;p=pandora-kernel.git libata: switch to using block layer tagging support 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 Acked-by: Tejun Heo Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed