git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
332edc2
)
libata: switch to using block layer tagging support
author
Jens Axboe
<jens.axboe@oracle.com>
Wed, 22 Oct 2008 07:34:49 +0000
(09:34 +0200)
committer
Linus 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