]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/super.c
ocfs2: Pull ocfs2_xattr_value_buf up into ocfs2_xattr_value_truncate().
[linux-2.6-omap-h63xx.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;