From: Rafael Aquini Date: Tue, 28 Jan 2014 01:07:02 +0000 (-0800) Subject: ipc: change kern_ipc_perm.deleted type to bool X-Git-Tag: v3.14-rc1~79^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a8ff2f9245128c254387c58f948f1f0152ea46;p=pandora-kernel.git 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 Reviewed-by: Rik van Riel Cc: Greg Thelen Acked-by: Davidlohr Bueso Cc: Manfred Spraul Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed