diff options
Diffstat (limited to 'fs/ceph/mon_client.c')
-rw-r--r-- | fs/ceph/mon_client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/mon_client.c b/fs/ceph/mon_client.c index 6c00b37cc554..3f7ae7f73c50 100644 --- a/fs/ceph/mon_client.c +++ b/fs/ceph/mon_client.c | |||
@@ -701,6 +701,7 @@ static struct ceph_msg *mon_alloc_msg(struct ceph_connection *con, | |||
701 | struct ceph_msg *m; | 701 | struct ceph_msg *m; |
702 | 702 | ||
703 | *skip = 0; | 703 | *skip = 0; |
704 | |||
704 | switch (type) { | 705 | switch (type) { |
705 | case CEPH_MSG_MON_SUBSCRIBE_ACK: | 706 | case CEPH_MSG_MON_SUBSCRIBE_ACK: |
706 | m = ceph_msgpool_get(&monc->msgpool_subscribe_ack, front_len); | 707 | m = ceph_msgpool_get(&monc->msgpool_subscribe_ack, front_len); |