commit | d28fd092a55b504a0d699b65802a995086d70647 | [log] [tgz] |
---|---|---|
author | Lars Ellenberg <lars.ellenberg@linbit.com> | Fri Jul 09 23:28:10 2010 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Oct 14 18:31:43 2010 +0200 |
tree | 80071a61faa7e38cd6df6be155dd99e0f455a821 | |
parent | e756414f7daa93b862f1670dd0a6aaa676ea71e3 [diff] |
drbd: fix list corruption (recent regression) The commit 288f422ec13667de40b278535d2a5fb5c77352c4 drbd: Track all IO requests on the TL, not writes only moved a list_add_tail(req, ) into a region where req may have just been freed due to conflict detection. Fix this by adding a proper cleanup section for that code path. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>