iowatcher: Correct a couple of calloc calls
authorAndrew Price <anprice@redhat.com>
Sat, 26 Apr 2014 02:49:22 +0000 (03:49 +0100)
committerChris Mason <clm@fb.com>
Wed, 24 Sep 2014 19:02:09 +0000 (12:02 -0700)
commit7f64c1928f85235e01e6f268fdc4cbfc921b5c42
tree1093c73ed92fb06345dce7cb4789e3f27576814b
parentc9e749da1b973efddc75ca4d66b9c662ab81b42b
iowatcher: Correct a couple of calloc calls

(Caught by Coverity.) tf->gdd_writes and tf->gdd_reads are arrays of
pointers so update their allocations to use the correct element size.

Signed-off-by: Andrew Price <anprice@redhat.com>
iowatcher/main.c