mirror of
git://sourceware.org/git/lvm2.git
synced 2025-08-03 08:22:00 +03:00
filters: update composable filter
Last commit made dump filter only partially composable. Add remaining functionality and also support composable wipe, which is needed, when i.e. vgscan needs to remove cache. (in release fix)
This commit is contained in:
@ -1653,7 +1653,7 @@ void destroy_toolcontext(struct cmd_context *cmd)
|
||||
FILE *new_stream;
|
||||
|
||||
if (cmd->dump_filter && cmd->filter && cmd->filter->dump)
|
||||
cmd->filter->dump(cmd->filter);
|
||||
cmd->filter->dump(cmd->filter, 1);
|
||||
|
||||
archive_exit(cmd);
|
||||
backup_exit(cmd);
|
||||
|
Reference in New Issue
Block a user