Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <xemul@openvz.org>
- Loading branch information