diff options
Diffstat (limited to 'security/selinux/hooks.c')
| -rw-r--r-- | security/selinux/hooks.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 651d8456611..24ab4148547 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -2452,9 +2452,9 @@ static int selinux_sb_statfs(struct dentry *dentry)  	return superblock_has_perm(cred, dentry->d_sb, FILESYSTEM__GETATTR, &ad);  } -static int selinux_mount(char *dev_name, +static int selinux_mount(const char *dev_name,  			 struct path *path, -			 char *type, +			 const char *type,  			 unsigned long flags,  			 void *data)  {  |