All of lore.kernel.org
 help / color / mirror / Atom feed
* master - cleanup: drop uneeded backup call
@ 2014-09-24  8:57 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2014-09-24  8:57 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=f809fa5a7865bb59d9a2616629523429dd7ec629
Commit:        f809fa5a7865bb59d9a2616629523429dd7ec629
Parent:        ec4ffeb51ca15d5bd79acf77dfe38630328f1db0
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Mon Sep 22 14:11:12 2014 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Wed Sep 24 10:54:48 2014 +0200

cleanup: drop uneeded backup call

lv_update_and_reload already handle backup.
---
 tools/lvconvert.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/tools/lvconvert.c b/tools/lvconvert.c
index 9681f3a..cc874c5 100644
--- a/tools/lvconvert.c
+++ b/tools/lvconvert.c
@@ -2572,8 +2572,6 @@ static int _lvconvert_thin(struct cmd_context *cmd,
 				display_lvname(torigin_lv),
 				display_lvname(lv));
 
-	backup(vg);
-
 	return 1;
 
 deactivate_and_revert_new_lv:



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-24  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-24  8:57 master - cleanup: drop uneeded backup call Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.