public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 man/lvcreate.8.in tools/lvconvert.c
@ 2009-04-29 20:11 wysochanski
  0 siblings, 0 replies; only message in thread
From: wysochanski @ 2009-04-29 20:11 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2009-04-29 20:11:46

Modified files:
	man            : lvcreate.8.in 
	tools          : lvconvert.c 

Log message:
	Fixup whitespace.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/lvcreate.8.in.diff?cvsroot=lvm2&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/tools/lvconvert.c.diff?cvsroot=lvm2&r1=1.71&r2=1.72

--- LVM2/man/lvcreate.8.in	2009/04/25 01:18:00	1.4
+++ LVM2/man/lvcreate.8.in	2009/04/29 20:11:46	1.5
@@ -25,7 +25,7 @@
 {\-l|\-\-extents LogicalExtentsNumber[%{VG|FREE}] |
  \-L|\-\-size LogicalVolumeSize[kKmMgGtT]}
 [\-c|\-\-chunksize ChunkSize]
-\-n|\-\-name SnapshotLogicalVolumeName 
+\-n|\-\-name SnapshotLogicalVolumeName
 \-s|\-\-snapshot
 [OriginalLogicalVolumePath | VolumeGroupName \-\-virtualoriginsize VirtualOriginSize]
 .SH DESCRIPTION
--- LVM2/tools/lvconvert.c	2009/04/23 16:56:22	1.71
+++ LVM2/tools/lvconvert.c	2009/04/29 20:11:46	1.72
@@ -505,13 +505,13 @@
 				  lv->name, existing_mirrors);
 			return 0;
 		}
-		
+
 		/*
 		 * Adjust log type
 		 */
 		if (arg_count(cmd, corelog_ARG))
 			corelog = 1;
-		
+
 		mirrorlog = arg_str_value(cmd, mirrorlog_ARG,
 					  corelog ? "core" : DEFAULT_MIRRORLOG);
 		if (!strcmp("disk", mirrorlog)) {
@@ -551,7 +551,7 @@
 			  "mirror segments.", lv->name);
 		return 0;
 	}
-	
+
  restart:
 	/*
 	 * Converting from mirror to linear
@@ -579,7 +579,7 @@
 		/*
 		 * Converting from linear to mirror
 		 */
-	
+
 		/* FIXME Share code with lvcreate */
 
 		/* FIXME Why is this restriction here?  Fix it! */


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

only message in thread, other threads:[~2009-04-29 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-29 20:11 LVM2 man/lvcreate.8.in tools/lvconvert.c wysochanski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).