]> sourceware.org Git - lvm2.git/commitdiff
writecache: modprobe dm-writecache
authorDavid Teigland <teigland@redhat.com>
Tue, 26 Nov 2019 17:21:09 +0000 (11:21 -0600)
committerDavid Teigland <teigland@redhat.com>
Tue, 26 Nov 2019 17:21:09 +0000 (11:21 -0600)
lib/writecache/writecache.c

index 0a5b485fe2d8d9655332eb8d068a62772a99371b..130922a54ade107e0e71e2a16f976785de87732b 100644 (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;
This page took 0.038077 seconds and 5 git commands to generate.