From: Dmitry Torokhov Date: Mon, 5 Nov 2007 16:43:31 +0000 (-0500) Subject: ACPI: video - remove unsafe uses of list_for_each_safe() X-Git-Tag: v2.6.24-rc4~107^2~2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff102ea99099c36250e93a87a9794b5233801020;p=pandora-kernel.git ACPI: video - remove unsafe uses of list_for_each_safe() list_for_each_safe() only protects list from list alterations performed by the same thread. One still needs to implement proper locking when list is being accessed from several threads. Signed-off-by: Dmitry Torokhov Acked-by: Zhang Rui Signed-off-by: Len Brown --- Reading git-diff-tree failed