From 712d6c485982d10039edb8f6a5624002d6e83bf7 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 26 Mar 2011 13:27:41 -0700 Subject: [PATCH] --- yaml --- r: 242738 b: refs/heads/master c: 6213cfe82461e39219a3b06ecf1d0679b4c0657f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/ipc/util.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 010882979ceb..45ff498ca7e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ae91dbfc9949cf042c45798557b48d3b83bc3635 +refs/heads/master: 6213cfe82461e39219a3b06ecf1d0679b4c0657f diff --git a/trunk/ipc/util.c b/trunk/ipc/util.c index 8fd1b891ec0c..5c0d28921ba8 100644 --- a/trunk/ipc/util.c +++ b/trunk/ipc/util.c @@ -317,6 +317,7 @@ static int ipcget_new(struct ipc_namespace *ns, struct ipc_ids *ids, /** * ipc_check_perms - check security and permissions for an IPC + * @ns: IPC namespace * @ipcp: ipc permission set * @ops: the actual security routine to call * @params: its parameters @@ -607,6 +608,7 @@ void ipc_rcu_putref(void *ptr) /** * ipcperms - check IPC permissions + * @ns: IPC namespace * @ipcp: IPC permission set * @flag: desired permission set. * @@ -769,7 +771,7 @@ void ipc_update_perm(struct ipc64_perm *in, struct kern_ipc_perm *out) /** * ipcctl_pre_down - retrieve an ipc and check permissions for some IPC_XXX cmd - * @ids: the ipc namespace + * @ns: the ipc namespace * @ids: the table of ids where to look for the ipc * @id: the id of the ipc to retrieve * @cmd: the cmd to check