From: Pavel Emelyanov Date: Wed, 19 Sep 2007 12:44:07 +0000 (+0400) Subject: Use list_first_entry in locks_wake_up_blocks X-Git-Tag: v2.6.24-rc1~1274^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0c1cd0eaf0b127356c2c09e40305453bc361b0f;p=pandora-kernel.git Use list_first_entry in locks_wake_up_blocks This routine deletes all the elements from the list with the "while (!list_empty())" loop, and we already have a list_first_entry() macro to help it look nicer :) Signed-off-by: Pavel Emelyanov --- Reading git-diff-tree failed