Lewis Robbins <lewis.robbins2@xxxxxxxxx> wrote: > > Reduce the log message severity when we fail to flush device priority > queue. If a system has a lot of traffic, we may fail to flush the queue > in time. This generates a lot of messages in the kernel ring buffer. As > this is a common occurrence, we should use dev_info instead of dev_warn. > > Signed-off-by: Lewis Robbins <lewis.robbins2@xxxxxxxxx> Acked-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> I'd like to know situations of " If a system has a lot of traffic...". Did you scan or do something during traffic?