diff options
Diffstat (limited to 'net/ceph/ceph_common.c')
| -rw-r--r-- | net/ceph/ceph_common.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ceph/ceph_common.c b/net/ceph/ceph_common.c index 97f70e50ad3..761ad9d6cc3 100644 --- a/net/ceph/ceph_common.c +++ b/net/ceph/ceph_common.c @@ -85,8 +85,6 @@ int ceph_check_fsid(struct ceph_client *client, struct ceph_fsid *fsid)  	} else {  		pr_info("client%lld fsid %pU\n", ceph_client_id(client), fsid);  		memcpy(&client->fsid, fsid, sizeof(*fsid)); -		ceph_debugfs_client_init(client); -		client->have_fsid = true;  	}  	return 0;  }  |