mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-30 17:18:21 +03:00
typo: fixes
forgotten merge from last batch.
This commit is contained in:
parent
d280999b62
commit
ef2e0d3d68
@ -154,7 +154,7 @@ static int _snap_target_present(struct cmd_context *cmd,
|
||||
|
||||
if (!(_snap_present = (target_present_version(cmd, TARGET_NAME_SNAPSHOT, 1,
|
||||
&maj, &min, &patchlevel) &&
|
||||
target_present(cmd, TARGET_NAME_SNAPSHOT_ORIGIN, 0)))
|
||||
target_present(cmd, TARGET_NAME_SNAPSHOT_ORIGIN, 0))))
|
||||
return 0;
|
||||
|
||||
if ((maj > 1 ||
|
||||
|
@ -238,7 +238,7 @@ static int _target_present(struct cmd_context *cmd,
|
||||
|
||||
if (!_writecache_checked) {
|
||||
_writecache_checked = 1;
|
||||
if (!(_writecache_present = target_present_version(cmd, TARGET_NAME_WRITECACHE, 1.
|
||||
if (!(_writecache_present = target_present_version(cmd, TARGET_NAME_WRITECACHE, 1,
|
||||
&maj, &min, &patchlevel)))
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user