diff options
Diffstat (limited to 'security/security.c')
-rw-r--r-- | security/security.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/security.c b/security/security.c index 02c656dd5c0c..afb05646d41b 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -405,10 +405,9 @@ int security_sb_remount(struct super_block *sb, | |||
405 | return call_int_hook(sb_remount, 0, sb, opts); | 405 | return call_int_hook(sb_remount, 0, sb, opts); |
406 | } | 406 | } |
407 | 407 | ||
408 | int security_sb_kern_mount(struct super_block *sb, int flags, | 408 | int security_sb_kern_mount(struct super_block *sb) |
409 | struct security_mnt_opts *opts) | ||
410 | { | 409 | { |
411 | return call_int_hook(sb_kern_mount, 0, sb, flags, opts); | 410 | return call_int_hook(sb_kern_mount, 0, sb); |
412 | } | 411 | } |
413 | 412 | ||
414 | int security_sb_show_options(struct seq_file *m, struct super_block *sb) | 413 | int security_sb_show_options(struct seq_file *m, struct super_block *sb) |