IB/srp: Get rid of unneeded use of list_for_each_entry_safe()
authorMatthew Wilcox <matthew@wil.cx>
Sun, 18 Jun 2006 03:37:30 +0000 (20:37 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sun, 18 Jun 2006 03:37:30 +0000 (20:37 -0700)
commit549c5fc2c8149498118f2494a1b6a4938ca05985
tree409aff9ba655db4a58d475a7f74f7917d8eca31e
parent1962a4a1e4b3716aa836ebeb5b80c804a7f7c5ba
IB/srp: Get rid of unneeded use of list_for_each_entry_safe()

list_for_each_entry_safe() is used in one place where the list isn't
modified.  So just change it to list_for_each_entry().

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/srp/ib_srp.c