commit | c877ef8ae7b8edaedccad0fc8c23d4d1de7e2480 | [log] [tgz] |
---|---|---|
author | Kaixu Xia <xiakaixu@huawei.com> | Thu Mar 31 13:19:41 2016 +0000 |
committer | Jens Axboe <axboe@fb.com> | Thu Mar 31 12:26:25 2016 -0600 |
tree | 705af88ec0085027350384fb0567fe1cd531dbab | |
parent | b30a337ca27c4f40439e4bfb290cba5f88d73bb7 [diff] |
writeback: fix the wrong congested state variable definition The right variable definition should be wb_congested_state that include WB_async_congested and WB_sync_congested. So fix it. Signed-off-by: Kaixu Xia <xiakaixu@huawei.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@fb.com>