1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/daemons
Dave Wysochanski f059ab7150 Remove redundant set_activation() call after create_toolcontext() calls.
Very similar argument to removal of init_debug() and other calls.

create_toolcontext() calls _process_config() which sets
cmd->default_settings.activation, then calls
set_activation(cmd->default_settings.activation).  Later, create_toolcontext()
sets cmd->current_settings = cmd->default_settings.  So these calls
set_activation(cmd->current_settings.activation) are redundant.
2008-12-11 03:34:12 +00:00
..
clvmd Remove redundant set_activation() call after create_toolcontext() calls. 2008-12-11 03:34:12 +00:00
dmeventd make install_device-mapper 2008-11-04 17:25:32 +00:00
Makefile.in clvmd 2008-11-04 16:41:47 +00:00