]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ceph/mon_client.c
ceph: alloc message data pages and check if tid exists
[net-next-2.6.git] / fs / ceph / mon_client.c
index 6c00b37cc5541e3ac252754d23586986c6955567..3f7ae7f73c50546dd41672d0b2a951b0fb40f9dd 100644 (file)
@@ -701,6 +701,7 @@ static struct ceph_msg *mon_alloc_msg(struct ceph_connection *con,
        struct ceph_msg *m;
 
        *skip = 0;
+
        switch (type) {
        case CEPH_MSG_MON_SUBSCRIBE_ACK:
                m = ceph_msgpool_get(&monc->msgpool_subscribe_ack, front_len);