[PATCH][RESEND] Silence noisy per-device cciss messages

From: Bryn M. Reeves
Date: Fri Jun 07 2013 - 09:16:50 EST


This is a multi-part message in MIME format.Currently cciss logs a message each time cciss_read_capacity_16 is called:

kernel: cciss 0000:03:00.0: blocks= 5274326576 block_size= 512

This generates considerable log noise. An identical message was deleted from cciss_read_capacity in 2009.

This patch mirrors the change made to cciss_read_capacity in commit
983333c. Emitting device and block size information at KERN_INFO on
each read_capacity() leads to a lot of log noise.

Signed-off-by: Bryn M. Reeves <bmr@xxxxxxxxxx>