commit | a1193f8ec091cd8fd309cc2982abe4499f6f2b4d | [log] [tgz] |
---|---|---|
author | Manfred Spraul <[email protected]> | Fri Jul 25 01:48:06 2008 -0700 |
committer | Linus Torvalds <[email protected]> | Fri Jul 25 10:53:42 2008 -0700 |
tree | b12f2ed903fea86cfc1fd34ddb464ecfc59e5452 | |
parent | 2c0c29d414087f3b021059673c20a7088f5f1fff [diff] |
ipc/sem.c: convert sem_array.sem_pending to struct list_head sem_array.sem_pending is a double linked list, the attached patch converts it to struct list_head. [[email protected]: coding-style fixes] Signed-off-by: Manfred Spraul <[email protected]> Reviewed-by: Nadia Derbey <[email protected]> Cc: Pierre Peiffer <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>