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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user