X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=fs%2Fsuper.c;h=ddba069d7a99e515f4c6bb16dd61b4b379423a9c;hp=400a7608f15e7ea7b84837b106db1765c3efff4c;hb=08cc36cbd1ee7d86422713bb21551eed1326b894;hpb=7a9787e1eba95a166265e6a260cf30af04ef0a99 diff --git a/fs/super.c b/fs/super.c index 400a7608f15e..ddba069d7a99 100644 --- a/fs/super.c +++ b/fs/super.c @@ -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;