From: Eric Paris Date: Fri, 24 Aug 2012 19:59:00 +0000 (-0400) Subject: SELinux: use define for number of bits in the mnt flags mask X-Git-Tag: v3.13-rc1~18^2~52^2~3^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8e50cc7d546c508e9091bbbdf3cf8b243bd8cd;p=pandora-kernel.git SELinux: use define for number of bits in the mnt flags mask We had this random hard coded value of '8' in the code (I put it there) for the number of bits to check for mount options. This is stupid. Instead use the #define we already have which tells us the number of mount options. Signed-off-by: Eric Paris --- Reading git-diff-tree failed