diff options
Diffstat (limited to 'include/linux/lsm_hooks.h')
-rw-r--r-- | include/linux/lsm_hooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h index 7ae397669d8b..101bf19c0f41 100644 --- a/include/linux/lsm_hooks.h +++ b/include/linux/lsm_hooks.h | |||
@@ -1356,7 +1356,7 @@ union security_list_options { | |||
1356 | struct super_block *newsb); | 1356 | struct super_block *newsb); |
1357 | int (*sb_parse_opts_str)(char *options, struct security_mnt_opts *opts); | 1357 | int (*sb_parse_opts_str)(char *options, struct security_mnt_opts *opts); |
1358 | int (*dentry_init_security)(struct dentry *dentry, int mode, | 1358 | int (*dentry_init_security)(struct dentry *dentry, int mode, |
1359 | struct qstr *name, void **ctx, | 1359 | const struct qstr *name, void **ctx, |
1360 | u32 *ctxlen); | 1360 | u32 *ctxlen); |
1361 | 1361 | ||
1362 | 1362 | ||