commit | 9e495db1a1f931e82c9edccd677dd171be5b85d2 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jaxboe@fusionio.com> | Mon Jun 21 09:10:55 2010 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Mon Jun 21 09:10:55 2010 +0200 |
tree | 4f2470127b030df35b10bd0bbedaab586cf38b58 | |
parent | e98ef89b30b8a2e882b11d4965347015770f3627 [diff] |
cfq: fix recursive call in cfq_blkiocg_update_completion_stats() e98ef89b has a typo, causing cfq_blkiocg_update_completion_stats() to call itself instead of blkiocg_update_completion_stats(). Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>