From f0c1cd0eaf0b127356c2c09e40305453bc361b0f Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Wed, 19 Sep 2007 16:44:07 +0400 Subject: [PATCH] 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-format-patch failed