]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipc: change kern_ipc_perm.deleted type to bool
authorRafael Aquini <aquini@redhat.com>
Fri, 3 Jan 2014 03:10:37 +0000 (14:10 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 3 Jan 2014 03:10:37 +0000 (14:10 +1100)
commit28d6b6dd34438a8570f6165d6b07b90ad79ed8d2
tree7132a51b2eee8598a54cca6f7457940ef776f8a2
parent53b216442e4b729e6b2766a45cb8ca3779bf2e35
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