All of lore.kernel.org
 help / color / mirror / Atom feed
* dev-lvmguy-raid-takeover-reshape-resize - make coverity happy in __avoid_pvs_with_other_images_of_lv()
@ 2015-01-31 14:10 Heinz Mauelshagen
  0 siblings, 0 replies; only message in thread
From: Heinz Mauelshagen @ 2015-01-31 14:10 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=b8e9454601b32c6689045777db2c605084e27e74
Commit:        b8e9454601b32c6689045777db2c605084e27e74
Parent:        f8e0b7b75afd379b69bc9efb0b2767b5a139a132
Author:        Heinz Mauelshagen <heinzm@redhat.com>
AuthorDate:    Thu Jan 22 13:49:04 2015 +0100
Committer:     Heinz Mauelshagen <heinzm@redhat.com>
CommitterDate: Thu Jan 22 13:49:04 2015 +0100

make coverity happy in __avoid_pvs_with_other_images_of_lv()

---
 lib/metadata/raid_manip.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/metadata/raid_manip.c b/lib/metadata/raid_manip.c
index cf0de89..e6367c4 100644
--- a/lib/metadata/raid_manip.c
+++ b/lib/metadata/raid_manip.c
@@ -2765,7 +2765,7 @@ static int _avoid_pvs_of_lv(struct logical_volume *lv, void *data)
  */
 static void __avoid_pvs_with_other_images_of_lv(struct logical_volume *lv, struct dm_list *allocate_pvs)
 {
-	for_each_sub_lv(lv, _avoid_pvs_of_lv, allocate_pvs);
+	(void) for_each_sub_lv(lv, _avoid_pvs_of_lv, allocate_pvs);
 }
 
 /*



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

only message in thread, other threads:[~2015-01-31 14:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-31 14:10 dev-lvmguy-raid-takeover-reshape-resize - make coverity happy in __avoid_pvs_with_other_images_of_lv() Heinz Mauelshagen

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.