diff options
Diffstat (limited to 'security/security.c')
-rw-r--r-- | security/security.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/security.c b/security/security.c index 04d173eb93f6..b5fc8e1e849c 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -395,9 +395,10 @@ int security_sb_remount(struct super_block *sb, void *data) | |||
395 | return call_int_hook(sb_remount, 0, sb, data); | 395 | return call_int_hook(sb_remount, 0, sb, data); |
396 | } | 396 | } |
397 | 397 | ||
398 | int security_sb_kern_mount(struct super_block *sb, int flags, void *data) | 398 | int security_sb_kern_mount(struct super_block *sb, int flags, |
399 | struct security_mnt_opts *opts) | ||
399 | { | 400 | { |
400 | return call_int_hook(sb_kern_mount, 0, sb, flags, data); | 401 | return call_int_hook(sb_kern_mount, 0, sb, flags, opts); |
401 | } | 402 | } |
402 | 403 | ||
403 | int security_sb_show_options(struct seq_file *m, struct super_block *sb) | 404 | int security_sb_show_options(struct seq_file *m, struct super_block *sb) |