commit | 4daa28f6d8f5cda8ea0f55048e3c8811c384cbdd | [log] [tgz] |
---|---|---|
author | Manfred Spraul <[email protected]> | Fri Jul 25 01:48:04 2008 -0700 |
committer | Linus Torvalds <[email protected]> | 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. [[email protected]: coding-style fixes] Signed-off-by: Manfred Spraul <[email protected]> Cc: Nadia Derbey <[email protected]> Cc: Pierre Peiffer <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>