diff options
| author | Al Viro <[email protected]> | 2016-03-25 18:52:53 +0000 |
|---|---|---|
| committer | Al Viro <[email protected]> | 2016-03-28 04:47:24 +0000 |
| commit | 8a04c43b8741ebb40508d160cf87ca74b70941af (patch) | |
| tree | 4f1354430c4bf79bf001f95bdd02ec3f5d7c8410 /security/selinux/hooks.c | |
| parent | constify chown_common/security_path_chown (diff) | |
| download | kernel-8a04c43b8741ebb40508d160cf87ca74b70941af.tar.gz kernel-8a04c43b8741ebb40508d160cf87ca74b70941af.zip | |
constify security_sb_mount()
Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
| -rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 912deee3f01e..e3aeacc13545 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -2760,7 +2760,7 @@ static int selinux_sb_statfs(struct dentry *dentry) } static int selinux_mount(const char *dev_name, - struct path *path, + const struct path *path, const char *type, unsigned long flags, void *data) |
