diff options
Diffstat (limited to 'net')
| -rw-r--r-- | net/ceph/ceph_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ceph/ceph_common.c b/net/ceph/ceph_common.c index 95f96ab94bba..9bbb356b12e7 100644 --- a/net/ceph/ceph_common.c +++ b/net/ceph/ceph_common.c | |||
| @@ -394,8 +394,8 @@ void ceph_destroy_client(struct ceph_client *client) | |||
| 394 | ceph_osdc_stop(&client->osdc); | 394 | ceph_osdc_stop(&client->osdc); |
| 395 | 395 | ||
| 396 | /* | 396 | /* |
| 397 | * make sure mds and osd connections close out before destroying | 397 | * make sure osd connections close out before destroying the |
| 398 | * the auth module, which is needed to free those connections' | 398 | * auth module, which is needed to free those connections' |
| 399 | * ceph_authorizers. | 399 | * ceph_authorizers. |
| 400 | */ | 400 | */ |
| 401 | ceph_msgr_flush(); | 401 | ceph_msgr_flush(); |
