From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14193 invoked by alias); 7 Apr 2010 21:25:10 -0000 Received: (qmail 14176 invoked by uid 9447); 7 Apr 2010 21:25:10 -0000 Date: Wed, 07 Apr 2010 21:25:00 -0000 Message-ID: <20100407212510.14174.qmail@sourceware.org> From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/libdm libdm-deptree.c Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00036.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2010-04-07 21:25:09 Modified files: libdm : libdm-deptree.c Log message: Issue a message if the new type of deactivation failure happens. If this can happen during 'normal' operations, I need to know. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/libdm/libdm-deptree.c.diff?cvsroot=lvm2&r1=1.73&r2=1.74 --- LVM2/libdm/libdm-deptree.c 2010/04/07 20:04:42 1.73 +++ LVM2/libdm/libdm-deptree.c 2010/04/07 21:25:09 1.74 @@ -1051,6 +1051,9 @@ continue; if (info.open_count) { + log_error("Unable to deactivate open %s (%" PRIu32 + ":%" PRIu32 ")", name, info.major, + info.minor); r = 0; continue; }