From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <533DA6F7.1000303@kernel.dk> Date: Thu, 03 Apr 2014 12:22:47 -0600 From: Jens Axboe MIME-Version: 1.0 Subject: Re: io_bytes overflow in JSON output on Windows References: <533DA646.9070807@cran.org.uk> In-Reply-To: <533DA646.9070807@cran.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Bruce Cran , fio@vger.kernel.org List-ID: 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