Merge tag 'keys-next-20160511' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...
[deliverable/linux.git] / security / apparmor / include / path.h
index 286ac75dc88b62aa36db2501c52a0355e9679710..73560f258784fc3256878f953ad8d194c086106d 100644 (file)
@@ -26,7 +26,7 @@ enum path_flags {
        PATH_MEDIATE_DELETED = 0x10000, /* mediate deleted paths */
 };
 
-int aa_path_name(struct path *path, int flags, char **buffer,
+int aa_path_name(const struct path *path, int flags, char **buffer,
                 const char **name, const char **info);
 
 #endif /* __AA_PATH_H */
This page took 0.032373 seconds and 5 git commands to generate.