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:
5804509
)
[SCSI] ide-scsi: remove usage of sg_last()
author
Jens Axboe
<jens.axboe@oracle.com>
Wed, 17 Oct 2007 11:16:35 +0000
(13:16 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Wed, 17 Oct 2007 11:16:35 +0000
(13:16 +0200)
We want to remove sg_last(), it's a very expensive interface. So
keep track of number of sg entries in the sg list, instead of comparing
with the last entry.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found