io_u: use nsec value for buffer scramble
authorJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 13:26:21 +0000 (06:26 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 13:26:21 +0000 (06:26 -0700)
commitfc9d5a6ae0c29ae26a8db15f553c7197a3ba9440
tree588b30d04de5a5a0b10b9cbe1194ac19fcf5f4d3
parent6c3fb04c80c3c241162e743a54761e5e896d4ba2
io_u: use nsec value for buffer scramble

Just use the nanosecond value directly, it's pointless to shift
it down and lose 10 bits with of scrambling data.

Fixes: d5d3795c ("io_u: don't do expensive int divide for buffer scramble")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_u.c