Re: [PATCH 2/5] ipc,msg: move some msgq ns code around

2014-05-17 Thread Manfred Spraul
On 05/13/2014 10:27 PM, Davidlohr Bueso wrote: Nothing big and no logical changes, just get rid of some redundant function declarations. Move msg_[init/exit]_ns down the end of the file. Signed-off-by: Davidlohr Bueso Signed-off-by: Manfred Spraul --- ipc/msg.c | 132 +

[PATCH 2/5] ipc,msg: move some msgq ns code around

2014-05-13 Thread Davidlohr Bueso
Nothing big and no logical changes, just get rid of some redundant function declarations. Move msg_[init/exit]_ns down the end of the file. Signed-off-by: Davidlohr Bueso --- ipc/msg.c | 132 ++ 1 file changed, 63 insertions(+), 69 dele