Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / fs / ceph / super.c
index d57fa60..ed1b65a 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)) {