Skip to content
Commit f0c1cd0e authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by J. Bruce Fields
Browse files

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: default avatarPavel Emelyanov <xemul@openvz.org>
parent 02888f41
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment