1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cov: drop model for origin_from_cow

This commit is contained in:
Zdenek Kabelac 2020-09-12 09:45:52 +02:00
parent a9cb96f146
commit a5d45b237d

View File

@ -46,6 +46,7 @@ const char *find_config_tree_str(struct cmd_context *cmd, int id, struct profile
return "STRING"; return "STRING";
} }
/*
struct logical_volume *origin_from_cow(const struct logical_volume *lv) struct logical_volume *origin_from_cow(const struct logical_volume *lv)
{ {
if (lv) if (lv)
@ -53,6 +54,7 @@ struct logical_volume *origin_from_cow(const struct logical_volume *lv)
__coverity_panic__(); __coverity_panic__();
} }
*/
/* simple_memccpy() from glibc */ /* simple_memccpy() from glibc */
void *memccpy(void *dest, const void *src, int c, size_t n) void *memccpy(void *dest, const void *src, int c, size_t n)