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 ne

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 defaul