Re: [PATCH v2] libfc: fix seconds_since_last_reset miscalculation

2016-11-17 Thread Martin K. Petersen
> "Johannes" == Johannes Thumshirn writes: Johannes> Commit 540eb1eef 'scsi: libfc: fix seconds_since_last_reset Johannes> calculation' removed the use of 'struct timespec' from Johannes> fc_get_host_stats(). This broke the output of 'fcoeadm -s' Johannes> after kernel

Re: [PATCH v2] libfc: fix seconds_since_last_reset miscalculation

2016-11-17 Thread Bart Van Assche
On 11/17/2016 04:39 AM, Johannes Thumshirn wrote: Commit 540eb1eef 'scsi: libfc: fix seconds_since_last_reset calculation' removed the use of 'struct timespec' from fc_get_host_stats(). This broke the output of 'fcoeadm -s' after kernel 4.8-rc1. Reviewed-by: Bart Van Assche

[PATCH v2] libfc: fix seconds_since_last_reset miscalculation

2016-11-17 Thread Johannes Thumshirn
Commit 540eb1eef 'scsi: libfc: fix seconds_since_last_reset calculation' removed the use of 'struct timespec' from fc_get_host_stats(). This broke the output of 'fcoeadm -s' after kernel 4.8-rc1. Fixes: 540eb1eef ('scsi: libfc: fix seconds_since_last_reset calculation') Signed-off-by: Johannes

Re: [PATCH v2] libfc: fix seconds_since_last_reset miscalculation

2016-11-17 Thread Arnd Bergmann
On Thursday, November 17, 2016 1:39:27 PM CET Johannes Thumshirn wrote: > Commit 540eb1eef 'scsi: libfc: fix seconds_since_last_reset calculation' > removed the use of 'struct timespec' from fc_get_host_stats(). This broke the > output of 'fcoeadm -s' after kernel 4.8-rc1. > > Fixes: 540eb1eef