1
0
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:
Dave Wysochanski 2009-07-01 17:05:12 +00:00
parent 819f14eaf4
commit 542d034441

View File

@ -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;