From: Eric Paris Date: Fri, 24 Aug 2012 19:59:07 +0000 (-0400) Subject: SELinux: pass a superblock to security_fs_use X-Git-Tag: v3.13-rc1~18^2~52^2~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a64c54cf0811b8032fdab8c9d52576f0370837fa;p=pandora-kernel.git SELinux: pass a superblock to security_fs_use Rather than passing pointers to memory locations, strings, and other stuff just give up on the separation and give security_fs_use the superblock. It just makes the code easier to read (even if not easier to reuse on some other OS) Signed-off-by: Eric Paris --- Reading git-diff-tree failed