Re: [PATCH 22/22] sd: Reduce logging output

2014-09-03 Thread Hannes Reinecke
On 09/01/2014 12:29 AM, Christoph Hellwig wrote: > On Thu, Aug 28, 2014 at 07:33:36PM +0200, Hannes Reinecke wrote: >> There is no need to print out the command result verbatim; >> that will be done by the scsi stack if required. >> Here we just should log the result in short if requested. > > Is

Re: [PATCH 22/22] sd: Reduce logging output

2014-08-31 Thread Christoph Hellwig
On Thu, Aug 28, 2014 at 07:33:36PM +0200, Hannes Reinecke wrote: > There is no need to print out the command result verbatim; > that will be done by the scsi stack if required. > Here we just should log the result in short if requested. Is there any good reason to keep this logging in sd at all?

[PATCH 22/22] sd: Reduce logging output

2014-08-28 Thread Hannes Reinecke
There is no need to print out the command result verbatim; that will be done by the scsi stack if required. Here we just should log the result in short if requested. Signed-off-by: Hannes Reinecke --- drivers/scsi/sd.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --g