Kill redundant bdc->done_cmds
authorJens Axboe <jaxboe@fusionio.com>
Fri, 8 Oct 2010 18:17:33 +0000 (20:17 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Fri, 8 Oct 2010 18:17:33 +0000 (20:17 +0200)
commit08ceb814c6062f53cd5de0e3f06528dedd9158fa
treed1a7fa872d67b167bbf1efa742ce99a41e2c6171
parent2e59579daed197456adcf668168c26eae19fd355
Kill redundant bdc->done_cmds

We only care about whether there are done commands or not,
not how many.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
main.c