X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fceph%2Fsuper.c;h=b982239f38f91dfab38fcc093e600d5b11e5c632;hb=cc8362b1f6d724e46f515121d442779924b19fec;hp=2c47ecfe437301b8a8c2d4d46e19df73fd92acd0;hpb=1fe5e9932156f6122c3b1ff6ba7541c27c86718c;p=~andy%2Flinux diff --git a/fs/ceph/super.c b/fs/ceph/super.c index 2c47ecfe437..b982239f38f 100644 --- a/fs/ceph/super.c +++ b/fs/ceph/super.c @@ -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;