Rename 'fallthrough' attribute to 'fio_fallthrough'
authorJens Axboe <axboe@kernel.dk>
Wed, 30 Mar 2022 23:31:36 +0000 (17:31 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 30 Mar 2022 23:31:36 +0000 (17:31 -0600)
commit87933e32e356b15b85c6d9775d5e840994080a4f
tree5f321afbc1154348deae438f8be480c3f7f1d61c
parent5e644771eb91e91dd0fa32f4b51f90c44853a2b1
Rename 'fallthrough' attribute to 'fio_fallthrough'

fallthrough is reserved in C++, so this causes issues with C++
programs pulling in the fio.h -> compiler.h header.

Rename it to something fio specific instead.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
compiler/compiler.h
crc/murmur3.c
engines/http.c
hash.h
init.c
io_u.c
lib/lfsr.c
parse.c
t/lfsr-test.c