diff options
Diffstat (limited to 'net/ceph/osd_client.c')
-rw-r--r-- | net/ceph/osd_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c index 5e254055c910..1b0ef3c4d393 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c | |||
@@ -1214,7 +1214,7 @@ static void handle_reply(struct ceph_osd_client *osdc, struct ceph_msg *msg, | |||
1214 | } | 1214 | } |
1215 | 1215 | ||
1216 | if (!req->r_got_reply) { | 1216 | if (!req->r_got_reply) { |
1217 | unsigned bytes; | 1217 | unsigned int bytes; |
1218 | 1218 | ||
1219 | req->r_result = le32_to_cpu(rhead->result); | 1219 | req->r_result = le32_to_cpu(rhead->result); |
1220 | bytes = le32_to_cpu(msg->hdr.data_len); | 1220 | bytes = le32_to_cpu(msg->hdr.data_len); |