diff options
Diffstat (limited to 'net/ceph/osd_client.c')
-rw-r--r-- | net/ceph/osd_client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c index 448c9da8beff..24b427b1eca4 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c | |||
@@ -2077,6 +2077,7 @@ static struct ceph_msg *alloc_msg(struct ceph_connection *con, | |||
2077 | int type = le16_to_cpu(hdr->type); | 2077 | int type = le16_to_cpu(hdr->type); |
2078 | int front = le32_to_cpu(hdr->front_len); | 2078 | int front = le32_to_cpu(hdr->front_len); |
2079 | 2079 | ||
2080 | *skip = 0; | ||
2080 | switch (type) { | 2081 | switch (type) { |
2081 | case CEPH_MSG_OSD_MAP: | 2082 | case CEPH_MSG_OSD_MAP: |
2082 | case CEPH_MSG_WATCH_NOTIFY: | 2083 | case CEPH_MSG_WATCH_NOTIFY: |