diff options
Diffstat (limited to 'security/selinux/include/security.h')
-rw-r--r-- | security/selinux/include/security.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/selinux/include/security.h b/security/selinux/include/security.h index 1a73fcd51d56..01a0382c43ca 100644 --- a/security/selinux/include/security.h +++ b/security/selinux/include/security.h | |||
@@ -171,8 +171,7 @@ int security_get_allow_unknown(void); | |||
171 | #define SECURITY_FS_USE_NONE 5 /* no labeling support */ | 171 | #define SECURITY_FS_USE_NONE 5 /* no labeling support */ |
172 | #define SECURITY_FS_USE_MNTPOINT 6 /* use mountpoint labeling */ | 172 | #define SECURITY_FS_USE_MNTPOINT 6 /* use mountpoint labeling */ |
173 | 173 | ||
174 | int security_fs_use(const char *fstype, short unsigned int *behavior, | 174 | int security_fs_use(struct super_block *sb); |
175 | u32 *sid); | ||
176 | 175 | ||
177 | int security_genfs_sid(const char *fstype, char *name, u16 sclass, | 176 | int security_genfs_sid(const char *fstype, char *name, u16 sclass, |
178 | u32 *sid); | 177 | u32 *sid); |