From: Eric Paris Date: Fri, 24 Aug 2012 19:59:14 +0000 (-0400) Subject: SELinux: do all flags twiddling in one place X-Git-Tag: v3.13-rc1~18^2~52^2~3^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eadcabc697e904e0d93d10070a324d8855740b91;p=pandora-kernel.git SELinux: do all flags twiddling in one place Currently we set the initialize and seclabel flag in one place. Do some unrelated printk then we unset the seclabel flag. Eww. Instead do the flag twiddling in one place in the code not seperated by unrelated printk. Also don't set and unset the seclabel flag. Only set it if we need to. Signed-off-by: Eric Paris --- Reading git-diff-tree failed