[lvm-devel] LVM2/lib/format_text format-text.c

zkabelac at sourceware.org zkabelac at sourceware.org
Mon Feb 27 09:54:26 UTC 2012


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac at sourceware.org	2012-02-27 09:54:25

Modified files:
	lib/format_text: format-text.c 

Log message:
	Remove test for pvid
	
	Since pvid is char buffer[] and not pointer,
	there is no point to check it for NULL.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/format_text/format-text.c.diff?cvsroot=lvm2&r1=1.195&r2=1.196

--- LVM2/lib/format_text/format-text.c	2012/02/23 17:59:33	1.195
+++ LVM2/lib/format_text/format-text.c	2012/02/27 09:54:25	1.196
@@ -1676,7 +1676,6 @@
 	 */
 	else {
 		if (!pv->dev ||
-		    !pv->dev->pvid ||
 		    !(info = lvmcache_info_from_pvid(pv->dev->pvid, 0))) {
 			log_error("PV %s missing from cache", pv_dev_name(pv));
 			return 0;




More information about the lvm-devel mailing list