[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] multipath -f/-F exit status
- From: Christophe Varoqui <christophe varoqui free fr>
- To: bmr redhat com
- Cc: dm-devel redhat com
- Subject: Re: [dm-devel] multipath -f/-F exit status
- Date: Thu, 18 Dec 2008 00:05:23 +0100
The following patch will appear soon at k.org
It should do what you expect.
Thanks for the comment,
cvaroqui
diff --git a/libmultipath/devmapper.c b/libmultipath/devmapper.c
index bcbeb28..6b289cf 100644
--- a/libmultipath/devmapper.c
+++ b/libmultipath/devmapper.c
@@ -568,7 +568,7 @@ dm_flush_maps (void)
goto out;
do {
- r += dm_flush_map(names->name);
+ r |= dm_flush_map(names->name);
next = names->next;
names = (void *) names + next;
} while (next);
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]