Re: [PATCH] scsi: sd: Use warn for logs about no caching info

2018-01-11 Thread Jeremy Cline
On Wed, Jan 03, 2018 at 10:50:29PM -0500, Martin K. Petersen wrote: > > Hi Jeremy, > > > When no caching mode information can be found for a disk, use the > > warning log level rather than error. It is common for this to occur > > with cheap USB sticks. > > Just because something is common

Re: [PATCH] scsi: sd: Use warn for logs about no caching info

2018-01-03 Thread Martin K. Petersen
Hi Jeremy, > When no caching mode information can be found for a disk, use the > warning log level rather than error. It is common for this to occur > with cheap USB sticks. Just because something is common occurrence doesn't mean it's not an error. What's the rationale behind demoting this to

[PATCH] scsi: sd: Use warn for logs about no caching info

2017-12-21 Thread Jeremy Cline
When no caching mode information can be found for a disk, use the warning log level rather than error. It is common for this to occur with cheap USB sticks. Signed-off-by: Jeremy Cline --- drivers/scsi/sd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git