diff options
Diffstat (limited to 'net/ceph/ceph_common.c')
-rw-r--r-- | net/ceph/ceph_common.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ceph/ceph_common.c b/net/ceph/ceph_common.c index bcbec33c6a14..dcc18c6f7cf9 100644 --- a/net/ceph/ceph_common.c +++ b/net/ceph/ceph_common.c | |||
@@ -361,7 +361,6 @@ ceph_parse_options(char *options, const char *dev_name, | |||
361 | opt->osd_keepalive_timeout = CEPH_OSD_KEEPALIVE_DEFAULT; | 361 | opt->osd_keepalive_timeout = CEPH_OSD_KEEPALIVE_DEFAULT; |
362 | opt->mount_timeout = CEPH_MOUNT_TIMEOUT_DEFAULT; | 362 | opt->mount_timeout = CEPH_MOUNT_TIMEOUT_DEFAULT; |
363 | opt->osd_idle_ttl = CEPH_OSD_IDLE_TTL_DEFAULT; | 363 | opt->osd_idle_ttl = CEPH_OSD_IDLE_TTL_DEFAULT; |
364 | opt->monc_ping_timeout = CEPH_MONC_PING_TIMEOUT_DEFAULT; | ||
365 | 364 | ||
366 | /* get mon ip(s) */ | 365 | /* get mon ip(s) */ |
367 | /* ip1[:port1][,ip2[:port2]...] */ | 366 | /* ip1[:port1][,ip2[:port2]...] */ |
@@ -686,6 +685,9 @@ int __ceph_open_session(struct ceph_client *client, unsigned long started) | |||
686 | return client->auth_err; | 685 | return client->auth_err; |
687 | } | 686 | } |
688 | 687 | ||
688 | pr_info("client%llu fsid %pU\n", ceph_client_id(client), &client->fsid); | ||
689 | ceph_debugfs_client_init(client); | ||
690 | |||
689 | return 0; | 691 | return 0; |
690 | } | 692 | } |
691 | EXPORT_SYMBOL(__ceph_open_session); | 693 | EXPORT_SYMBOL(__ceph_open_session); |