commit | f70b3511599c49a3dc20ae349d6cdc5af47659df | [log] [tgz] |
---|---|---|
author | Philipp Reisner <philipp.reisner@linbit.com> | Thu Jun 24 14:34:40 2010 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Oct 14 15:08:27 2010 +0200 |
tree | 1d5971f48f5fe95988df64f5ab1f22333c492dc9 | |
parent | 8f488156c0635dcc9c668737d05386113a745ef9 [diff] |
drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended We may not free tl_hash when IO is suspended, since we can not wait until ap_bio_cnt reaches zero. We can do this after susp reched 0, since then tl_clear was called Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>