diff options
| author | Pierre Peiffer <[email protected]> | 2008-04-29 01:00:50 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-04-29 08:06:13 -0700 |
| commit | 016d7132f246a05e6e34ccba157fa278a96c45ae (patch) | |
| tree | a7003a30b2c2e4a399f6394a860b10fbd1afa4da /tools/perf/scripts/python | |
| parent | 21a4826a7c49bddebbe8d83d232f6416f1697ff0 (diff) | |
IPC: get rid of the use *_setbuf structure.
All IPCs make use of an intermetiate *_setbuf structure to handle the IPC_SET
command. This is not really needed and, moreover, it complicates a little bit
the code.
This patch gets rid of the use of it and uses directly the semid64_ds/
msgid64_ds/shmid64_ds structure.
In addition of removing one struture declaration, it also simplifies and
improves a little bit the common 64-bits path.
Signed-off-by: Pierre Peiffer <[email protected]>
Acked-by: Serge Hallyn <[email protected]>
Cc: Nadia Derbey <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions