From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24911 invoked by alias); 8 Jul 2011 19:42:12 -0000 Received: (qmail 24894 invoked by uid 9447); 8 Jul 2011 19:42:11 -0000 Date: Fri, 08 Jul 2011 19:42:00 -0000 Message-ID: <20110708194211.24892.qmail@sourceware.org> From: agk@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/tools lvconvert.c tools.h vgreduce.c lvco ... 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: 2011-07/txt/msg00024.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: agk@sourceware.org 2011-07-08 19:42:11 Modified files: tools : lvconvert.c tools.h vgreduce.c Removed files: tools : lvconvert.h Log message: remove unnecessary lvconvert.h Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvconvert.c.diff?cvsroot=lvm2&r1=1.165&r2=1.166 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/tools.h.diff?cvsroot=lvm2&r1=1.75&r2=1.76 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/vgreduce.c.diff?cvsroot=lvm2&r1=1.111&r2=1.112 http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvconvert.h.diff?cvsroot=lvm2&r1=1.1&r2=NONE --- LVM2/tools/lvconvert.c 2011/06/29 02:06:26 1.165 +++ LVM2/tools/lvconvert.c 2011/07/08 19:42:11 1.166 @@ -16,7 +16,6 @@ #include "polldaemon.h" #include "lv_alloc.h" #include "metadata.h" -#include "lvconvert.h" struct lvconvert_params { int snapshot; --- LVM2/tools/tools.h 2011/06/01 19:21:03 1.75 +++ LVM2/tools/tools.h 2011/07/08 19:42:11 1.76 @@ -178,4 +178,7 @@ int pvmove_poll(struct cmd_context *cmd, const char *pv, unsigned background); int lvconvert_poll(struct cmd_context *cmd, struct logical_volume *lv, unsigned background); +int mirror_remove_missing(struct cmd_context *cmd, + struct logical_volume *lv, int force); + #endif --- LVM2/tools/vgreduce.c 2011/05/07 15:52:16 1.111 +++ LVM2/tools/vgreduce.c 2011/07/08 19:42:11 1.112 @@ -15,7 +15,6 @@ #include "tools.h" #include "lv_alloc.h" -#include "lvconvert.h" static int _remove_pv(struct volume_group *vg, struct pv_list *pvl, int silent) {