lfsr: use unsigned long long for 64-bit values
authorJens Axboe <axboe@kernel.dk>
Mon, 17 Sep 2018 03:52:22 +0000 (21:52 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 17 Sep 2018 03:52:22 +0000 (21:52 -0600)
commitfe6e1197f2ccba76bb3791093c480665bf1796ba
tree12d84a0653d3cdc8708826f88462a6415762008e
parent39c56bc010a609f6c89955cbcfa289834ffef336
lfsr: use unsigned long long for 64-bit values

1UL is bit 64-bit on Windows builds.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
lib/lfsr.c