commit | 4daa28f6d8f5cda8ea0f55048e3c8811c384cbdd | [log] [tgz] |
---|---|---|
author | Manfred Spraul <manfred@colorfullife.com> | Fri Jul 25 01:48:04 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jul 25 10:53:42 2008 -0700 |
tree | 934bfbd7932a18da8295d9e21727985d1ea16311 | |
parent | 00c2bf85d8febfcfddde63822043462b026134ff [diff] |
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>