mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-04 09:18:36 +03:00
filters: increase MAX_FILTERS for new filter
The new signature filter was added without increasing this.
This commit is contained in:
parent
90d0ff6636
commit
977d0a3613
@ -1053,7 +1053,7 @@ static int _init_dev_cache(struct cmd_context *cmd)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MAX_FILTERS 9
|
#define MAX_FILTERS 10
|
||||||
|
|
||||||
static struct dev_filter *_init_lvmetad_filter_chain(struct cmd_context *cmd)
|
static struct dev_filter *_init_lvmetad_filter_chain(struct cmd_context *cmd)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user