commit | 808d4e3cfdcc52b19276175464f6dbca4df13b09 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 11 11:42:01 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 11 20:02:04 2012 -0400 |
tree | 11c319127e8c1314c1ed1a777e4284032ab5bd00 | |
parent | 4b2c551f77f5a0c496e2125b1d883f4b26aabf2c [diff] [blame] |
consitify do_mount() arguments Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/security/capability.c b/security/capability.c index a40aac6..b14a30c 100644 --- a/security/capability.c +++ b/security/capability.c
@@ -74,8 +74,8 @@ return 0; } -static int cap_sb_mount(char *dev_name, struct path *path, char *type, - unsigned long flags, void *data) +static int cap_sb_mount(const char *dev_name, struct path *path, + const char *type, unsigned long flags, void *data) { return 0; }