1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-12-07 04:23:49 +03:00

Add cmd arg to more functions

so that it can be used in the filter code
This commit is contained in:
David Teigland
2018-06-15 11:03:55 -05:00
parent 27c647d6ce
commit 8eab37593e
25 changed files with 67 additions and 82 deletions

View File

@@ -19,7 +19,7 @@
#define MSG_SKIPPING "%s: Skipping: Partition table signature found"
static int _passes_partitioned_filter(struct dev_filter *f, struct device *dev)
static int _passes_partitioned_filter(struct cmd_context *cmd, struct dev_filter *f, struct device *dev)
{
struct dev_types *dt = (struct dev_types *) f->private;
int ret;