From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9388 invoked by alias); 18 Jun 2010 20:58:05 -0000 Received: (qmail 9374 invoked by uid 9478); 18 Jun 2010 20:58:04 -0000 Date: Fri, 18 Jun 2010 20:58:00 -0000 Message-ID: <20100618205804.9372.qmail@sourceware.org> From: jbrassow@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2 ./WHATS_NEW daemons/cmirrord/functions.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-06/txt/msg00023.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: jbrassow@sourceware.org 2010-06-18 20:58:04 Modified files: . : WHATS_NEW daemons/cmirrord: functions.c Log message: daemons/cmirrord/functions.c (part of cmirrord) was referencing linux/kdev_t.h even though it wasn't needed. Strangely, it seems to be causing problems on various architectures (i686) in the function daemons/cmirrord/functions.c:disk_status_info()->sprintf. I'm not sure why this is a problem since none of the macros in kdev_t.h are used in that code, but it certainly doesn't hurt to pull an unnecessary header and it seems to fix the problem. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/WHATS_NEW.diff?cvsroot=lvm2&r1=1.1618&r2=1.1619 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/cmirrord/functions.c.diff?cvsroot=lvm2&r1=1.18&r2=1.19 --- LVM2/WHATS_NEW 2010/06/18 10:19:29 1.1618 +++ LVM2/WHATS_NEW 2010/06/18 20:58:04 1.1619 @@ -1,5 +1,6 @@ Version 2.02.68 - =============================== + Unneeded kdev_t.h reference causing harm for cmirrord on some archs. Add man pages for lvmconf and unsupported lvmsadc and lvmsar tools. Fix exit code when requesting help using documented -o help option. Do not use internal DLM lock definitions in generic LVM2 clvmd code. --- LVM2/daemons/cmirrord/functions.c 2010/01/22 00:43:28 1.18 +++ LVM2/daemons/cmirrord/functions.c 2010/06/18 20:58:04 1.19 @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include