1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-30 10:50:34 +03:00

Attempt to load dm-zero module if zero target needed but not present. (mbroz)

This commit is contained in:
Alasdair Kergon 2009-05-27 13:05:53 +00:00
parent cf578d50ec
commit 24f3c8c29e
2 changed files with 2 additions and 1 deletions

@ -1,5 +1,6 @@
Version 2.02.48 -
===============================
Attempt to load dm-zero module if zero target needed but not present.
Version 2.02.47 - 22nd May 2009
===============================

@ -58,7 +58,7 @@ static int _zero_target_present(struct cmd_context *cmd,
static int _zero_present = 0;
if (!_zero_checked)
_zero_present = target_present(cmd, "zero", 0);
_zero_present = target_present(cmd, "zero", 1);
_zero_checked = 1;