K 10 svn:author V 3 mav K 8 svn:date V 27 2014-07-12T02:28:11.289847Z K 7 svn:log V 438 MFC r267933: Simplify statistics calculation. Instead of trying to guess size of disk I/O operations (it just won't work that way for newly added commands, and is equal to data move size for old ones), account data move traffic. If disk I/Os are that interesting, then backends have to account and provide that information. Block backend already exports the information about disk I/Os via devstat, so having it here too is excessive. END