On 04/03/2014 12:19 PM, Bruce Cran wrote:
On Windows, the io_bytes parameter can overflow in the JSON output because the JSON_INTEGER type is a 'long' - which is only 32-bit on Windows. The attached patch should fix it by changing the JSON integer type to be 'long long'.
Thanks, applied. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html