From: Philipp Reisner Date: Thu, 24 Jun 2010 12:34:40 +0000 (+0200) Subject: drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended X-Git-Tag: v2.6.37-rc1~167^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f70b3511599c49a3dc20ae349d6cdc5af47659df;p=pandora-kernel.git 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 Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed