ipc/sem.c: convert sem_array.sem_pending to struct list_head
authorManfred Spraul <manfred@colorfullife.com>
Fri, 25 Jul 2008 08:48:06 +0000 (01:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:42 +0000 (10:53 -0700)
commita1193f8ec091cd8fd309cc2982abe4499f6f2b4d
treeb12f2ed903fea86cfc1fd34ddb464ecfc59e5452
parent2c0c29d414087f3b021059673c20a7088f5f1fff
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.

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Reviewed-by: Nadia Derbey <Nadia.Derbey@bull.net>
Cc: Pierre Peiffer <peifferp@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/sem.h
ipc/sem.c