flow: use unsigned long for the counter
authorJens Axboe <axboe@kernel.dk>
Sat, 10 Oct 2020 15:16:51 +0000 (09:16 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 10 Oct 2020 15:16:51 +0000 (09:16 -0600)
commit5200b0f80c013f7a2905a502da499ebbcaae83ca
tree64a058e80113e6c1db49db1f4c5dfacb1406f4ed
parent2b7968d3708da475edc9c37e7009ab4fe8a3ecf7
flow: use unsigned long for the counter

Same size on 64-bit, it'll be 32-bit on 32-bit archs. But we can't
reliably use 64-bit atomics on 32-bit archs.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
flow.c