Make disk_util() account for all files
authorJens Axboe <jens.axboe@oracle.com>
Tue, 13 Mar 2007 11:28:40 +0000 (12:28 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 13 Mar 2007 11:28:40 +0000 (12:28 +0100)
commit55bc7fc003004510d2bd19080668fc3fbea517d5
tree3972414d658ae4bf9bb56248af9911901193bc2c
parent1549441cdfecb2c1a4a8b8d494253859d67b4344
Make disk_util() account for all files

Now we can have files all over the place, so we need to loop
over td->files[] to setup disk util stats.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
stat.c