On 2/3/22 12:29, Sebastian Andrzej Siewior wrote:
Let me see what I can do. Something like this perhaps? The compiler not inline scsi_done_internal() so we maybe provide scsi_done() / _direct() as static inlines?
In general declaring a static function inline in a .c file is frowned upon but I think in this case we should do that. With that change applied, feel free to add:
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>