From: Milan Broz Date: Mon, 22 Jun 2009 09:12:11 +0000 (+0100) Subject: dm: sysfs skip output when device is being destroyed X-Git-Tag: v2.6.31-rc1~8^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d89b7b4e4726893453d0fb4ddbb5b3e16353994;p=pandora-kernel.git dm: sysfs skip output when device is being destroyed Do not process sysfs attributes when device is being destroyed. Otherwise code can cause BUG_ON(test_bit(DMF_FREEING, &md->flags)); in dm_put() call. Cc: stable@kernel.org Signed-off-by: Milan Broz Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed