[lvm-devel] [PATCH] Add missing lvm_percent_to_float

Tony Asleson tasleson at redhat.com
Fri Sep 21 20:26:26 UTC 2012


Signed-off-by: Tony Asleson <tasleson at redhat.com>
---
 liblvm/lvm_misc.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/liblvm/lvm_misc.c b/liblvm/lvm_misc.c
index 0a0ea12..66dcdef 100644
--- a/liblvm/lvm_misc.c
+++ b/liblvm/lvm_misc.c
@@ -114,3 +114,8 @@ int set_property(const pv_t pv, const vg_t vg, const lv_t lv,
 	}
 	return 0;
 }
+
+float lvm_percent_to_float(percent_t v)
+{
+    return percent_to_float(v);
+}
-- 
1.7.11.4




More information about the lvm-devel mailing list