]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] bsg: use better helper list functions
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Mon, 31 Mar 2008 01:03:40 +0000 (10:03 +0900)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 18 Apr 2008 16:48:08 +0000 (11:48 -0500)
commit12b620aa7c816cd46668521cd6f106ec34593ac9
tree9c7f042739e3d16c6704be508adff6a7fe1f9c52
parent679352e3f40b56f61f078f77ddb68faff3df085d
[SCSI] bsg: use better helper list functions

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>
block/bsg.c