From: Denis Cheng Date: Wed, 17 Oct 2007 06:26:14 +0000 (-0700) Subject: nbd: use list_for_each_entry_safe to make it more consolidated and readable X-Git-Tag: v2.6.24-rc1~764 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c9740b499f959ed513375b6e35c2ab161921cb;p=pandora-kernel.git nbd: use list_for_each_entry_safe to make it more consolidated and readable Thus the traverse of the loop may delete nodes, use the safe version. Signed-off-by: Denis Cheng Cc: Paul Clements Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed