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:
c3ff1b9
)
[SCSI] bsg: use better helper list functions
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Mon, 31 Mar 2008 01:03:40 +0000
(10:03 +0900)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Fri, 18 Apr 2008 16:48:08 +0000
(11:48 -0500)
This replace hlist_for_each and list_entry with hlist_for_each_entry
and list_first_entry respectively.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found