Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client
[sfrench/cifs-2.6.git] / fs / ceph / super.c
index 84d23c896daa51a984c1f332f3011cad002891e4..ab4868c7308ecc9011fd76bf06307244658f2580 100644 (file)
@@ -937,9 +937,7 @@ static struct dentry *ceph_real_mount(struct ceph_fs_client *fsc)
                        dout("mount opening path %s\n", path);
                }
 
-               err = ceph_fs_debugfs_init(fsc);
-               if (err < 0)
-                       goto out;
+               ceph_fs_debugfs_init(fsc);
 
                root = open_root_dentry(fsc, path, started);
                if (IS_ERR(root)) {