]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipc: message queue receive cleanup
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Thu, 29 Nov 2012 03:18:58 +0000 (14:18 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:47 +0000 (16:23 +1100)
commitf0c9f0e430fbc05e7fe38ee503f0e6b216c84371
treeacb44fb72d0406e78283356fffd5d1318b3c8904
parent555f7647e7722fe249a8551ee37c1773fb7667af
ipc: message queue receive cleanup

Move all message related manipulation into one function msg_fill().
Actually, two functions because of the compat one.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Cc: Serge Hallyn <serge.hallyn@canonical.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Pavel Emelyanov <xemul@parallels.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/msg.h
ipc/compat.c
ipc/msg.c