Jens Axboe
Jens Axboe
@wamshawn I ignored it yesterday, but let's not make a habit of using non-english here. Please translate and post instead.
> @axboe I was just communicating with [AomaYple](https://github.com/AomaYple), so I used Chinese for convenience. > Next time i will use english. Thanks! Because the thing is, you're not just communicating...
Please try 3.40.
Please ensure the commit message is properly formatted. Break lines at 72-74 chars, and include a signed-off-by line. Just see other commits in the repo if in doubt.
Just do ```git --amend``` while on your branch with that commit, and edit the commit message. Then ```git push --force``` afterwards to overwrite the commit.
There are none, but it'd be easy to add in the top level Makefile for when fio is being compiled with mips64 as the target. You could also probably just...
Still missing a signed-off-by, see any other commit in the tree.
Is this fine to set for 32-bit mips and ppc too? Presumably yes and it will only impact the 64-bit variants? Since you're going to be amending the commit message...
And finally, does this need an ifndef around it? In case of nested included.
I'll mention this one again: Still missing a signed-off-by, see any other commit in the tree. When that's done, this should be good to go. Also see the other previous...