From d84287bcfe624697cd4f3c1df746beb53b86d9c4 Mon Sep 17 00:00:00 2001 From: Nicholas Bellinger Date: Thu, 3 Apr 2014 03:35:02 +0000 Subject: [PATCH] target/iblock: Fix double bioset_integrity_free bug This patch fixes a double free bug during IBLOCK backend shutdown where bioset_integrity_free() was incorrectly called ahead of bioset_free(), who is already making the same call directly. This bug was introduced with commit ecebbf6cc, and will end up triggering a general protection fault in iblock_free_device() Reviewed-by: Sagi Grimberg Cc: Martin K. Petersen Cc: Or Gerlitz Cc: Quinn Tran Cc: Giridhar Malavali Cc: #3.14+ Signed-off-by: Nicholas Bellinger --- Reading git-format-patch failed