diff options
author | Pierre Peiffer <pierre.peiffer@bull.net> | 2008-04-29 04:00:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 11:06:13 -0400 |
commit | 8f4a3809c18ff3107bdbb1fabe3f4e5d2a928321 (patch) | |
tree | 444ec369565052fde4b349c40b610caa69c93a25 /ipc/util.h | |
parent | 016d7132f246a05e6e34ccba157fa278a96c45ae (diff) |
IPC: introduce ipc_update_perm()
The IPC_SET command performs the same permission setting for all IPCs. This
patch introduces a common ipc_update_perm() function to update these
permissions and makes use of it for all IPCs.
Signed-off-by: Pierre Peiffer <pierre.peiffer@bull.net>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Cc: Nadia Derbey <Nadia.Derbey@bull.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'ipc/util.h')
-rw-r--r-- | ipc/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/util.h b/ipc/util.h index 0e3d79037a2a..12966913ebc6 100644 --- a/ipc/util.h +++ b/ipc/util.h | |||
@@ -112,6 +112,7 @@ struct kern_ipc_perm *ipc_lock(struct ipc_ids *, int); | |||
112 | 112 | ||
113 | void kernel_to_ipc64_perm(struct kern_ipc_perm *in, struct ipc64_perm *out); | 113 | void kernel_to_ipc64_perm(struct kern_ipc_perm *in, struct ipc64_perm *out); |
114 | void ipc64_perm_to_ipc_perm(struct ipc64_perm *in, struct ipc_perm *out); | 114 | void ipc64_perm_to_ipc_perm(struct ipc64_perm *in, struct ipc_perm *out); |
115 | void ipc_update_perm(struct ipc64_perm *in, struct kern_ipc_perm *out); | ||
115 | 116 | ||
116 | #if defined(__ia64__) || defined(__x86_64__) || defined(__hppa__) || defined(__XTENSA__) | 117 | #if defined(__ia64__) || defined(__x86_64__) || defined(__hppa__) || defined(__XTENSA__) |
117 | /* On IA-64, we always use the "64-bit version" of the IPC structures. */ | 118 | /* On IA-64, we always use the "64-bit version" of the IPC structures. */ |