]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1cdd427e456a29b48f55c835729cfd8b990f4cdd
tree934bfbd7932a18da8295d9e21727985d1ea16311
parentfe630d69520266fc58207e93612ab4a3537c19e3
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