constify security_sb_pivotroot()
[deliverable/linux.git] / include / linux / lsm_hooks.h
index e2baca48e596e2cce7b66ee503fb7447dcc4e632..41c0aa6d39ea51bce714a9446ffe93780ad4d17f 100644 (file)
@@ -1346,7 +1346,7 @@ union security_list_options {
        int (*sb_mount)(const char *dev_name, const struct path *path,
                        const char *type, unsigned long flags, void *data);
        int (*sb_umount)(struct vfsmount *mnt, int flags);
-       int (*sb_pivotroot)(struct path *old_path, struct path *new_path);
+       int (*sb_pivotroot)(const struct path *old_path, const struct path *new_path);
        int (*sb_set_mnt_opts)(struct super_block *sb,
                                struct security_mnt_opts *opts,
                                unsigned long kern_flags,
This page took 0.026234 seconds and 5 git commands to generate.