From e6ff36ab61888f4981f2dbe98c51353ef978a0aa Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 7 Apr 2010 21:25:09 +0000 Subject: [PATCH] Issue a message if the new type of deactivation failure happens. If this can happen during 'normal' operations, I need to know. --- libdm/libdm-deptree.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libdm/libdm-deptree.c b/libdm/libdm-deptree.c index 02ab39e75..d4beeac51 100644 --- a/libdm/libdm-deptree.c +++ b/libdm/libdm-deptree.c @@ -1051,6 +1051,9 @@ int dm_tree_deactivate_children(struct dm_tree_node *dnode, continue; if (info.open_count) { + log_error("Unable to deactivate open %s (%" PRIu32 + ":%" PRIu32 ")", name, info.major, + info.minor); r = 0; continue; } -- 2.43.5