android_kernel_xiaomi_sm7250/drivers/infiniband/ulp
Matthew Wilcox 549c5fc2c8 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>
2006-06-17 20:37:30 -07:00
..
ipoib IPoIB: Fix AH leak at interface down 2006-06-05 09:51:36 -07:00
srp IB/srp: Get rid of unneeded use of list_for_each_entry_safe() 2006-06-17 20:37:30 -07:00