]> Pileus Git - ~andy/linux/blobdiff - fs/ceph/super.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[~andy/linux] / fs / ceph / super.c
index 2c47ecfe437301b8a8c2d4d46e19df73fd92acd0..b982239f38f91dfab38fcc093e600d5b11e5c632 100644 (file)
@@ -872,7 +872,7 @@ static struct dentry *ceph_mount(struct file_system_type *fs_type,
 
        if (ceph_test_opt(fsc->client, NOSHARE))
                compare_super = NULL;
-       sb = sget(fs_type, compare_super, ceph_set_super, fsc);
+       sb = sget(fs_type, compare_super, ceph_set_super, flags, fsc);
        if (IS_ERR(sb)) {
                res = ERR_CAST(sb);
                goto out;