Commit 21f3b5f1 authored by Sage Weil's avatar Sage Weil

ceph: remove debugfs debug cruft

Whoops!
Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 6f6c7006
...@@ -210,8 +210,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc) ...@@ -210,8 +210,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
if (!fsc->debugfs_congestion_kb) if (!fsc->debugfs_congestion_kb)
goto out; goto out;
dout("a\n");
snprintf(name, sizeof(name), "../../bdi/%s", snprintf(name, sizeof(name), "../../bdi/%s",
dev_name(fsc->backing_dev_info.dev)); dev_name(fsc->backing_dev_info.dev));
fsc->debugfs_bdi = fsc->debugfs_bdi =
...@@ -221,7 +219,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc) ...@@ -221,7 +219,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
if (!fsc->debugfs_bdi) if (!fsc->debugfs_bdi)
goto out; goto out;
dout("b\n");
fsc->debugfs_mdsmap = debugfs_create_file("mdsmap", fsc->debugfs_mdsmap = debugfs_create_file("mdsmap",
0600, 0600,
fsc->client->debugfs_dir, fsc->client->debugfs_dir,
...@@ -230,7 +227,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc) ...@@ -230,7 +227,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
if (!fsc->debugfs_mdsmap) if (!fsc->debugfs_mdsmap)
goto out; goto out;
dout("ca\n");
fsc->debugfs_mdsc = debugfs_create_file("mdsc", fsc->debugfs_mdsc = debugfs_create_file("mdsc",
0600, 0600,
fsc->client->debugfs_dir, fsc->client->debugfs_dir,
...@@ -239,7 +235,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc) ...@@ -239,7 +235,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
if (!fsc->debugfs_mdsc) if (!fsc->debugfs_mdsc)
goto out; goto out;
dout("da\n");
fsc->debugfs_caps = debugfs_create_file("caps", fsc->debugfs_caps = debugfs_create_file("caps",
0400, 0400,
fsc->client->debugfs_dir, fsc->client->debugfs_dir,
...@@ -248,7 +243,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc) ...@@ -248,7 +243,6 @@ int ceph_fs_debugfs_init(struct ceph_fs_client *fsc)
if (!fsc->debugfs_caps) if (!fsc->debugfs_caps)
goto out; goto out;
dout("ea\n");
fsc->debugfs_dentry_lru = debugfs_create_file("dentry_lru", fsc->debugfs_dentry_lru = debugfs_create_file("dentry_lru",
0600, 0600,
fsc->client->debugfs_dir, fsc->client->debugfs_dir,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment