git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f48815
)
drbd: Do not try to free tl_hash in drbd_disconnect() when IO is suspended
author
Philipp Reisner
<philipp.reisner@linbit.com>
Thu, 24 Jun 2010 12:34:40 +0000
(14:34 +0200)
committer
Philipp Reisner
<philipp.reisner@linbit.com>
Thu, 14 Oct 2010 13:08:27 +0000
(15:08 +0200)
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>
No differences found