[PATCH] st implement tape statistics v3

2015-02-08 Thread Seymour, Shane M
Hi All, Please find attached v3 of the patch. It implements the changes requested by Greg. The statistics files aren't in a separate directory any more they're implemented directly as device attributes unless someone has objections to them being in a place like /sys/class/scsi_tape/*/. There's

Re: [PATCH] st implement tape statistics v3

2015-02-09 Thread Greg KH
On Mon, Feb 09, 2015 at 06:01:39AM +, Seymour, Shane M wrote: > Hi All, > > Please find attached v3 of the patch. It implements the changes requested by > Greg. The statistics files aren't in a separate directory any more they're > implemented directly as device attributes unless someone has

RE: [PATCH] st implement tape statistics v3 (updated patch)

2015-02-09 Thread Seymour, Shane M
Hi Greg, Thank you for pushing me to go that little further. The statistics directory is back. Any feedback from anyone would be appreciated. Thanks Shane -- Signed-off-by: shane.seym...@hp.com Tested-by: shane.seym...@hp.com --- --- a/drivers/scsi/st.c 2015-01-11 14:46:00.243814755 -0600 +++ b

Re: [PATCH] st implement tape statistics v3 (updated patch)

2015-02-09 Thread Greg KH
On Mon, Feb 09, 2015 at 11:56:25AM +, Seymour, Shane M wrote: > Hi Greg, > > Thank you for pushing me to go that little further. The statistics directory > is back. Any feedback from anyone would be appreciated. > > Thanks > Shane > -- > > Signed-off-by: shane.seym...@hp.com > Tested-by: sh