The following changes since commit bc596cbcdbb58b81da53a29acf1370d8a7e94429: t/zbd: Add multi-job libaio test (2019-02-23 21:19:01 -0700) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 66a8a1bf98d714e013ee329dc975f3b6b552de6d: engines/sg: kill dead function (2019-02-24 08:13:39 -0700) ---------------------------------------------------------------- Jens Axboe (1): engines/sg: kill dead function engines/sg.c | 5 ----- 1 file changed, 5 deletions(-) --- Diff of recent changes: diff --git a/engines/sg.c b/engines/sg.c index d681ac93..bf437c8d 100644 --- a/engines/sg.c +++ b/engines/sg.c @@ -157,11 +157,6 @@ struct sgio_data { #endif }; -static inline uint16_t sgio_get_be16(uint8_t *buf) -{ - return be16_to_cpu(*((uint16_t *) buf)); -} - static inline uint32_t sgio_get_be32(uint8_t *buf) { return be32_to_cpu(*((uint32_t *) buf));