Re: [PATCH] blk-mq: Make running from the wrong CPU less scary

2020-11-26 Thread Ming Lei
On Thu, Nov 26, 2020 at 10:51:52AM +0100, Daniel Wagner wrote: > The current warning looks aweful like a proper crash. This is > confusing. There is not much information to gained from the stack > trace anyway, let's drop it. > > While at it print the cpumask as there might be additial helpful >

[PATCH] blk-mq: Make running from the wrong CPU less scary

2020-11-26 Thread Daniel Wagner
The current warning looks aweful like a proper crash. This is confusing. There is not much information to gained from the stack trace anyway, let's drop it. While at it print the cpumask as there might be additial helpful information when debugging the sitation. Signed-off-by: Daniel Wagner ---