diff options
Diffstat (limited to 'ipc/util.c')
-rw-r--r-- | ipc/util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ipc/util.c b/ipc/util.c index 809ec5ec8122..399821ac0a9a 100644 --- a/ipc/util.c +++ b/ipc/util.c | |||
@@ -246,9 +246,8 @@ int ipc_get_maxid(struct ipc_ids *ids) | |||
246 | * is returned. The 'new' entry is returned in a locked state on success. | 246 | * is returned. The 'new' entry is returned in a locked state on success. |
247 | * On failure the entry is not locked and a negative err-code is returned. | 247 | * On failure the entry is not locked and a negative err-code is returned. |
248 | * | 248 | * |
249 | * Called with ipc_ids.rw_mutex held as a writer. | 249 | * Called with writer ipc_ids.rw_mutex held. |
250 | */ | 250 | */ |
251 | |||
252 | int ipc_addid(struct ipc_ids* ids, struct kern_ipc_perm* new, int size) | 251 | int ipc_addid(struct ipc_ids* ids, struct kern_ipc_perm* new, int size) |
253 | { | 252 | { |
254 | kuid_t euid; | 253 | kuid_t euid; |