net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / ceph / osd_client.c
index 5e254055c91086287cd0d96091cb2eac50fecc38..1b0ef3c4d393c5221d30c15eb24b935ee292e3fc 100644 (file)
@@ -1214,7 +1214,7 @@ static void handle_reply(struct ceph_osd_client *osdc, struct ceph_msg *msg,
        }
 
        if (!req->r_got_reply) {
-               unsigned bytes;
+               unsigned int bytes;
 
                req->r_result = le32_to_cpu(rhead->result);
                bytes = le32_to_cpu(msg->hdr.data_len);