From: Matthew Wilcox Date: Sun, 18 Jun 2006 03:37:30 +0000 (-0700) Subject: IB/srp: Get rid of unneeded use of list_for_each_entry_safe() X-Git-Tag: v2.6.18-rc1~1110^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=549c5fc2c8149498118f2494a1b6a4938ca05985;p=pandora-kernel.git 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 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed