constify security_sb_mount()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2016-03-25 14:52:53 -04:00
parent 7fd25dac9a
commit 8a04c43b87
5 changed files with 6 additions and 6 deletions

View File

@@ -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)