From c2258ffc56f2b34573c2917937190c1491620334 Mon Sep 17 00:00:00 2001 From: Lars Ellenberg Date: Wed, 14 May 2014 21:35:21 +0200 Subject: [PATCH] drbd: poison free'd device, resource and connection structs Now that we have additional asynchronous kref_get/kref_put via debugfs, make sure we catch access after free. Poison struct drbd_device, drbd_connection and drbd_resource before kfree() with 0xfd, 0xfc, and 0xf2, respectively. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-format-patch failed