mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
o forgot 'static'
This commit is contained in:
parent
12eabe3031
commit
63408276f9
@ -23,7 +23,7 @@ static int _and_p(struct dev_filter *f, struct device *dev)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void _destroy(struct dev_filter *f)
|
static void _destroy(struct dev_filter *f)
|
||||||
{
|
{
|
||||||
struct dev_filter **filters = (struct dev_filter **) f->private;
|
struct dev_filter **filters = (struct dev_filter **) f->private;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user