]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipc: change kern_ipc_perm.deleted type to bool
authorRafael Aquini <aquini@redhat.com>
Wed, 15 Jan 2014 05:55:59 +0000 (16:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 15 Jan 2014 05:55:59 +0000 (16:55 +1100)
commit18f3aab5e7ab425b6d16c23e3f654a55076905a1
tree916625e7b0f4bb26dd3cddd92832ab137056c76c
parentaa74e750e137f2aa7bc7fd9e84458c593d2f7ec2
ipc: change kern_ipc_perm.deleted type to bool

struct kern_ipc_perm.deleted is meant to be used as a boolean toggle, and
the changes introduced by this patch are just to make the case explicit.

Signed-off-by: Rafael Aquini <aquini@redhat.com>
Reviewed-by: Rik van Riel <riel@redhat.com>
Cc: Greg Thelen <gthelen@google.com>
Acked-by: Davidlohr Bueso <davidlohr@hp.com>
Cc: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/ipc.h
ipc/sem.c
ipc/util.c
ipc/util.h