commit | 8b40228f3f5b1fa926c116ec444476d32bc470f6 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Thu Mar 20 11:09:18 2008 +0900 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Apr 07 12:18:59 2008 -0500 |
tree | 62e9613b5a6304fc1586aa5e85c6b2e17250ee40 | |
parent | a75869d1ff73de74249373c2a1d80fbbc3b6c8fc [diff] |
[SCSI] scsi_debug: use list_for_each_entry_safe This replaces list_for_each_safe and list_entry with list_for_each_entry_safe. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Acked-by: Douglas Gilbert <dougg@torque.net> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>