From: James Morris Date: Wed, 29 Nov 2006 21:50:27 +0000 (-0500) Subject: Rename class_destroy to avoid namespace conflicts. X-Git-Tag: v2.6.20-rc1~34^2~40^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cbda6b6e2e2a0a84c0fcda8ea262c16d7a63fc8;p=pandora-kernel.git Rename class_destroy to avoid namespace conflicts. We're seeing increasing namespace conflicts between the global class_destroy() function declared in linux/device.h, and the private function in the SELinux core code. This patch renames the SELinux function to cls_destroy() to avoid this conflict. Acked-by: Stephen Smalley Signed-off-by: James Morris --- Reading git-diff-tree failed