File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -585,8 +585,7 @@ static int newary(struct ipc_namespace *ns, struct ipc_params *params)
585
585
/*
586
586
* Called with sem_ids.rwsem and ipcp locked.
587
587
*/
588
- static inline int sem_more_checks (struct kern_ipc_perm * ipcp ,
589
- struct ipc_params * params )
588
+ static int sem_more_checks (struct kern_ipc_perm * ipcp , struct ipc_params * params )
590
589
{
591
590
struct sem_array * sma ;
592
591
Original file line number Diff line number Diff line change @@ -711,8 +711,7 @@ static int newseg(struct ipc_namespace *ns, struct ipc_params *params)
711
711
/*
712
712
* Called with shm_ids.rwsem and ipcp locked.
713
713
*/
714
- static inline int shm_more_checks (struct kern_ipc_perm * ipcp ,
715
- struct ipc_params * params )
714
+ static int shm_more_checks (struct kern_ipc_perm * ipcp , struct ipc_params * params )
716
715
{
717
716
struct shmid_kernel * shp ;
718
717
You can’t perform that action at this time.
0 commit comments