aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNick Piggin <[email protected]>2009-12-15 16:47:29 -0800
committerLinus Torvalds <[email protected]>2009-12-16 07:20:09 -0800
commit9cad200c7686708b326520a45dd680a4147568a6 (patch)
tree76a3299679ef23c945e9371f330559d6bc3d0a43 /tools/perf/scripts/python
parentbf17bb717759d50a2733a7a8157a7c4a25d93abc (diff)
ipc/sem.c: sem use list operations
Replace the handcoded list operations in update_queue() with the standard list_for_each_entry macros. list_for_each_entry_safe() must be used, because list entries can disappear immediately uppon the wakeup event. Signed-off-by: Nick Piggin <[email protected]> Signed-off-by: Manfred Spraul <[email protected]> Cc: Pierre Peiffer <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions