Re: [PATCH v8 2/5] ipc: add sysctl to specify desired next object id

2012-10-25 Thread Stanislav Kinsbursky
25.10.2012 01:41, Andrew Morton пишет: On Wed, 24 Oct 2012 19:35:09 +0400 Stanislav Kinsbursky wrote: This patch adds 3 new variables and sysctls to tune them (by one "next_id" variable for messages, semaphores and shared memory respectively). This variable can be used to set desired id for

Re: [PATCH v8 2/5] ipc: add sysctl to specify desired next object id

2012-10-25 Thread Stanislav Kinsbursky
25.10.2012 01:41, Andrew Morton пишет: On Wed, 24 Oct 2012 19:35:09 +0400 Stanislav Kinsbursky skinsbur...@parallels.com wrote: This patch adds 3 new variables and sysctls to tune them (by one next_id variable for messages, semaphores and shared memory respectively). This variable can be used

Re: [PATCH v8 2/5] ipc: add sysctl to specify desired next object id

2012-10-24 Thread Andrew Morton
On Wed, 24 Oct 2012 19:35:09 +0400 Stanislav Kinsbursky wrote: > This patch adds 3 new variables and sysctls to tune them (by one "next_id" > variable for messages, semaphores and shared memory respectively). > This variable can be used to set desired id for next allocated IPC object. > By

[PATCH v8 2/5] ipc: add sysctl to specify desired next object id

2012-10-24 Thread Stanislav Kinsbursky
This patch adds 3 new variables and sysctls to tune them (by one "next_id" variable for messages, semaphores and shared memory respectively). This variable can be used to set desired id for next allocated IPC object. By default it's equal to -1 and old behaviour is preserved. If this variable is

[PATCH v8 2/5] ipc: add sysctl to specify desired next object id

2012-10-24 Thread Stanislav Kinsbursky
This patch adds 3 new variables and sysctls to tune them (by one next_id variable for messages, semaphores and shared memory respectively). This variable can be used to set desired id for next allocated IPC object. By default it's equal to -1 and old behaviour is preserved. If this variable is

Re: [PATCH v8 2/5] ipc: add sysctl to specify desired next object id

2012-10-24 Thread Andrew Morton
On Wed, 24 Oct 2012 19:35:09 +0400 Stanislav Kinsbursky skinsbur...@parallels.com wrote: This patch adds 3 new variables and sysctls to tune them (by one next_id variable for messages, semaphores and shared memory respectively). This variable can be used to set desired id for next allocated