From: Lukasz Pawelczyk Date: Fri, 29 Aug 2014 15:02:55 +0000 (+0200) Subject: Make Smack operate on smack_known struct where it still used char* X-Git-Tag: fixes-against-v3.18-rc2~106^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21c7eae21a2100a89cfb8cebaf7b770271f32c6e;p=pandora-kernel.git Make Smack operate on smack_known struct where it still used char* Smack used to use a mix of smack_known struct and char* throughout its APIs and implementation. This patch unifies the behaviour and makes it store and operate exclusively on smack_known struct pointers when managing labels. Signed-off-by: Lukasz Pawelczyk Conflicts: security/smack/smack_access.c security/smack/smack_lsm.c --- Reading git-diff-tree failed