]> Pileus Git - ~andy/linux/blobdiff - security/tomoyo/tomoyo.c
ip6tnl/sit: drop packet if ECN present with not-ECT
[~andy/linux] / security / tomoyo / tomoyo.c
index d88eb3a046ed87fed289a4689e74aab68e969e2f..a2ee362546ab8804cc6d098c8c03c8f7fab55069 100644 (file)
@@ -408,8 +408,8 @@ static int tomoyo_path_chroot(struct path *path)
  *
  * Returns 0 on success, negative value otherwise.
  */
-static int tomoyo_sb_mount(char *dev_name, struct path *path,
-                          char *type, unsigned long flags, void *data)
+static int tomoyo_sb_mount(const char *dev_name, struct path *path,
+                          const char *type, unsigned long flags, void *data)
 {
        return tomoyo_mount_permission(dev_name, path, type, flags, data);
 }