aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r--security/selinux/hooks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
index 651d8456611a..24ab4148547c 100644
--- a/security/selinux/hooks.c
+++ b/security/selinux/hooks.c
@@ -2452,9 +2452,9 @@ static int selinux_sb_statfs(struct dentry *dentry)
2452 return superblock_has_perm(cred, dentry->d_sb, FILESYSTEM__GETATTR, &ad); 2452 return superblock_has_perm(cred, dentry->d_sb, FILESYSTEM__GETATTR, &ad);
2453} 2453}
2454 2454
2455static int selinux_mount(char *dev_name, 2455static int selinux_mount(const char *dev_name,
2456 struct path *path, 2456 struct path *path,
2457 char *type, 2457 const char *type,
2458 unsigned long flags, 2458 unsigned long flags,
2459 void *data) 2459 void *data)
2460{ 2460{