commit | 2fca5ccf97d2c28bcfce44f5b07d85e74e3cd18e | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Wed Oct 22 09:34:49 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 23 16:05:26 2008 -0700 |
tree | 483dedd08d6ccbb56959eeb127e82ab8f84edf2e | |
parent | 332edc2f7fa58b818dfed1cede60272eecc27c0a [diff] |
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 <jens.axboe@oracle.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>