1
0
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:
Zdenek Kabelac
2013-06-02 21:59:57 +02:00
parent 20868482dd
commit 5467a3b2b7
7 changed files with 20 additions and 15 deletions

View File

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