ipc/sem.c: convert undo structures to struct list_head
authorManfred Spraul <manfred@colorfullife.com>
Fri, 25 Jul 2008 08:48:04 +0000 (01:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:42 +0000 (10:53 -0700)
commit4daa28f6d8f5cda8ea0f55048e3c8811c384cbdd
tree934bfbd7932a18da8295d9e21727985d1ea16311
parent00c2bf85d8febfcfddde63822043462b026134ff
ipc/sem.c: convert undo structures to struct list_head

The undo structures contain two linked lists, the attached patch replaces
them with generic struct list_head lists.

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Cc: 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