On Tue, Jan 28, 2014 at 2:17 PM, Jens Axboe <[email protected]> wrote:
...
> It's because the parser is using non uintxx_t types, so you can't really
> please it here. There's __cpu_to_le64() to avoid this crap. But ideally,
> the parser just needs changing so that anything that is now unsigned int
> is uint32_t and unsigned long long needs to be uint64_t.

Got it.

> If you look at your committed patch, I made those changes for you.

Thanks! LGTM.

cheers
grant
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to