USB: musb: add Blackfin driver to MUSB framework (v2)
[deliverable/linux.git] / fs / super.c
index 400a7608f15e7ea7b84837b106db1765c3efff4c..ddba069d7a99e515f4c6bb16dd61b4b379423a9c 100644 (file)
@@ -914,7 +914,7 @@ vfs_kern_mount(struct file_system_type *type, int flags, const char *name, void
                goto out_free_secdata;
        BUG_ON(!mnt->mnt_sb);
 
-       error = security_sb_kern_mount(mnt->mnt_sb, secdata);
+       error = security_sb_kern_mount(mnt->mnt_sb, flags, secdata);
        if (error)
                goto out_sb;
 
This page took 0.023895 seconds and 5 git commands to generate.