[dm-devel] [PATCH 1/3] kpartx/devmapper.h: remove dm_no_partitions

Martin Wilck mwilck at suse.com
Mon Aug 14 20:40:41 UTC 2017


This removes the deleted function from the header file.

Fixes: 2ea69fc9 'kpartx: remove "no_partitions" support'
Signed-off-by: Martin Wilck <mwilck at suse.com>
---
 kpartx/devmapper.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kpartx/devmapper.h b/kpartx/devmapper.h
index 2e28c780..f00373e0 100644
--- a/kpartx/devmapper.h
+++ b/kpartx/devmapper.h
@@ -19,6 +19,5 @@ dev_t dm_get_first_dep(char *devname);
 char * dm_mapuuid(const char *mapname);
 int dm_devn (const char * mapname, int *major, int *minor);
 int dm_remove_partmaps (char * mapname, char *uuid, dev_t devt, int verbose);
-int dm_no_partitions(char * mapname);
 
 #endif /* _KPARTX_DEVMAPPER_H */
-- 
2.14.0




More information about the dm-devel mailing list