mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
writecache: modprobe dm-writecache
This commit is contained in:
parent
bbd8badaef
commit
1c9b36618e
@ -214,7 +214,7 @@ static int _target_present(struct cmd_context *cmd,
|
|||||||
|
|
||||||
if (!_writecache_checked) {
|
if (!_writecache_checked) {
|
||||||
_writecache_checked = 1;
|
_writecache_checked = 1;
|
||||||
_writecache_present = target_present(cmd, TARGET_NAME_WRITECACHE, 0);
|
_writecache_present = target_present(cmd, TARGET_NAME_WRITECACHE, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return _writecache_present;
|
return _writecache_present;
|
||||||
|
Loading…
Reference in New Issue
Block a user