Re: [PATCH 2/3] megaraid_sas: use dev_printk when possible

2015-05-31 Thread James Bottomley
On Tue, 2015-04-28 at 18:14 -0500, Bjorn Helgaas wrote: > Use dev_printk() when possible to make messages more useful. I got the first one, but this one needs refreshing. 2&3 have the same commit message, so they should be one patch, I think. Thanks, James -- To unsubscribe from this list: se

RE: [scsi:misc 114/120] drivers/scsi/st.c:4594:3: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int'

2015-05-31 Thread Seymour, Shane M
My apologies for this I'm fixing it now. -Original Message- From: kbuild test robot [mailto:fengguang...@intel.com] Sent: Monday, June 01, 2015 12:36 PM To: Seymour, Shane M Cc: kbuild-...@01.org; James Bottomley; Christoph Hellwig; linux-scsi@vger.kernel.org Subject: [scsi:misc 114/120]

[PATCH v9] st: implement tape statistics

2015-05-31 Thread Seymour, Shane M
st: implement tape statistics This patch implements tape statistics in the st module via sysfs. Current no statistics are available for tape I/O and there is no easy way to reuse the block layer statistics for tape as tape is a character device and does not have perform I/O in sector sized chu