On Tue, Jan 28 2014, Grant Grundler wrote: > On Tue, Jan 28, 2014 at 1:30 PM, Jens Axboe <axboe@xxxxxxxxx> wrote: > > On Tue, Jan 28 2014, Grant Grundler wrote: > >> csscope showed rand_seed was defined 4 times - each a different type. > >> While they are used differently, the places where they overlap > >> should reference the same type. This patch makes three of them the same > >> as suggested by Jens Axboe. > > > > Time for public shaming, as you did not even compile this patch! > > No, I didn't. :) I told you I didn't test it. When you said no testing, I'm assuming no runtime testing. I figure a compile would at least be in the cards :-) > > I'll let you figure out the issue :-) > > Oh man...harsh master :P > > - o->rand_seed = le32_to_cpu(top->rand_seed); > + o->rand_seed = le64_to_cpu(top->rand_seed); > > I saw this when reviewing the code but didn't realize "top" was the > packed version that got changed. Yeah, and vice versa for top -> o. > Resending V2 > > Compiled and lightly tested on x86, not ARM where I'm doing most of my > testing these days. :) It should work fine, as long as the cconv.c issue is sorted out. -- 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