camcontrol: Force scsi_8btou64() to be inlined.
authorzrj <rimvydas.jasinskas@gmail.com>
Wed, 12 Oct 2016 13:44:15 +0000 (16:44 +0300)
committerzrj <zrj@dragonflybsd.org>
Mon, 24 Oct 2016 11:55:15 +0000 (14:55 +0300)
commit7574a3fc89d8ef042ddec75475daea123474348b
treef6520f49a8e12562ca74073b1732fe4220059492
parentf30cf7c7bed5e0a18b6d0d2f8a8e51f505aec952
camcontrol: Force scsi_8btou64() to be inlined.

Causes issues with -flto and likely with -Os too.
Has to do with places where it is inlined to, small callsites thus
comparable code size with inlineable function itself. Since code growth
here is acceptable, make sure compiler does not decide otherwise.
sys/bus/cam/scsi/scsi_all.h