Re: [PATCH v5 7/7] scsi_io_completion convert BUGs to WARNs

2018-03-29 Thread Bart Van Assche
On Thu, 2018-03-29 at 01:47 -0400, Douglas Gilbert wrote: > The scsi_io_completion function contains three BUG() and BUG_ON() calls. > Replace them with WARN variants. Reviewed-by: Bart Van Assche

[PATCH v5 7/7] scsi_io_completion convert BUGs to WARNs

2018-03-28 Thread Douglas Gilbert
The scsi_io_completion function contains three BUG() and BUG_ON() calls. Replace them with WARN variants. Signed-off-by: Douglas Gilbert Reviewed-by: Johannes Thumshirn --- drivers/scsi/scsi_lib.c | 15 --- 1 file changed, 12