* master - config: remove typo in handling devices/write_cache_state config
@ 2013-04-11 14:37 Peter Rajnoha
0 siblings, 0 replies; only message in thread
From: Peter Rajnoha @ 2013-04-11 14:37 UTC (permalink / raw)
To: lvm-devel
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=e7ccad2ef0e813f6ca42ab5090e76aa5bee05912
Commit: e7ccad2ef0e813f6ca42ab5090e76aa5bee05912
Parent: 91c9771fc3c97b0ff1169cf81f29918d3e3a501d
Author: Peter Rajnoha <prajnoha@redhat.com>
AuthorDate: Thu Apr 11 16:32:10 2013 +0200
Committer: Peter Rajnoha <prajnoha@redhat.com>
CommitterDate: Thu Apr 11 16:32:10 2013 +0200
config: remove typo in handling devices/write_cache_state config
...which caused the cmd->dump_filter to be always set irrespective
of the actual devices/write_cache_state setting.
---
lib/commands/toolcontext.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/commands/toolcontext.c b/lib/commands/toolcontext.c
index 5dff340..c42a0bf 100644
--- a/lib/commands/toolcontext.c
+++ b/lib/commands/toolcontext.c
@@ -932,7 +932,7 @@ static int _init_filters(struct cmd_context *cmd, unsigned load_persistent_cache
}
/* Should we ever dump persistent filter state? */
- if (find_config_tree_bool(cmd, devices_write_cache_state_CFG));
+ if (find_config_tree_bool(cmd, devices_write_cache_state_CFG))
cmd->dump_filter = 1;
if (!*cmd->system_dir)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-11 14:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 14:37 master - config: remove typo in handling devices/write_cache_state config Peter Rajnoha
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.