]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] dasd: improve dasd statistics proc interface
authorStefan Haberland <stefan.haberland@de.ibm.com>
Thu, 25 Dec 2008 12:38:51 +0000 (13:38 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 25 Dec 2008 12:39:01 +0000 (13:39 +0100)
commitf4aa250b96533043fe00309a3d549f0a5f20f868
treeddfdedc3fc1c086a4c3d8c7a00ea3770ea47bd3a
parentbf137a8ad46b93ec66e4f3c855c13d2afe4d77c2
[S390] dasd: improve dasd statistics proc interface

For a large number of I/O requests the values were shifted binary.
The shift was not transparent for the user because the shift value
was not displayed. To make this interface more human readable the
values are shifted decimal and the scale factor is displayed.

Signed-off-by: Stefan Haberland <stefan.haberland@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/block/dasd_proc.c