]> Pileus Git - ~andy/linux/blobdiff - security/selinux/include/objsec.h
SELinux: renumber the superblock options
[~andy/linux] / security / selinux / include / objsec.h
index aa47bcabb5f65e728aadbaa39cdecfa55d20aa16..fe99f64a1d545bee52a0307ca1c100e101256a1d 100644 (file)
@@ -59,7 +59,7 @@ struct superblock_security_struct {
        u32 def_sid;                    /* default SID for labeling */
        u32 mntpoint_sid;               /* SECURITY_FS_USE_MNTPOINT context for files */
        unsigned int behavior;          /* labeling behavior */
-       unsigned char flags;            /* which mount options were specified */
+       unsigned short flags;           /* which mount options were specified */
        struct mutex lock;
        struct list_head isec_head;
        spinlock_t isec_lock;