1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

writecache: modprobe dm-writecache

This commit is contained in:
David Teigland 2019-11-26 11:21:09 -06:00
parent bbd8badaef
commit 1c9b36618e

View File

@ -214,7 +214,7 @@ static int _target_present(struct cmd_context *cmd,
if (!_writecache_checked) {
_writecache_checked = 1;
_writecache_present = target_present(cmd, TARGET_NAME_WRITECACHE, 0);
_writecache_present = target_present(cmd, TARGET_NAME_WRITECACHE, 1);
}
return _writecache_present;