mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Add lvmcache_init() to polldaemon initialization.
Signed-off-by: Petr Rockai <me@mornfall.net> Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
This commit is contained in:
parent
819f14eaf4
commit
542d034441
@ -57,6 +57,7 @@ static int _become_daemon(struct cmd_context *cmd)
|
||||
strncpy(*cmd->argv, "(lvm2copyd)", strlen(*cmd->argv));
|
||||
|
||||
reset_locking();
|
||||
lvmcache_init();
|
||||
dev_close_all();
|
||||
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user