File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,6 @@ static inline int mq_init_ns(struct ipc_namespace *ns) { return 0; }
96
96
#if defined(CONFIG_IPC_NS )
97
97
extern struct ipc_namespace * copy_ipcs (unsigned long flags ,
98
98
struct ipc_namespace * ns );
99
- extern void free_ipcs (struct ipc_namespace * ns , struct ipc_ids * ids ,
100
- void (* free )(struct ipc_namespace * ,
101
- struct kern_ipc_perm * ));
102
-
103
99
static inline struct ipc_namespace * get_ipc_ns (struct ipc_namespace * ns )
104
100
{
105
101
if (ns )
Original file line number Diff line number Diff line change @@ -171,5 +171,6 @@ static inline void ipc_unlock(struct kern_ipc_perm *perm)
171
171
struct kern_ipc_perm * ipc_lock_check (struct ipc_ids * ids , int id );
172
172
int ipcget (struct ipc_namespace * ns , struct ipc_ids * ids ,
173
173
struct ipc_ops * ops , struct ipc_params * params );
174
-
174
+ void free_ipcs (struct ipc_namespace * ns , struct ipc_ids * ids ,
175
+ void (* free )(struct ipc_namespace * , struct kern_ipc_perm * ));
175
176
#endif
You can’t perform that action at this time.
0 commit comments