mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
debug: drop stack from regular code flow
This commit is contained in:
parent
eadd58a97d
commit
bc1bc4cffc
@ -448,7 +448,7 @@ static int _dev_in_hint_hash(struct cmd_context *cmd, struct device *dev)
|
||||
return 0;
|
||||
|
||||
if (!dev_get_size(dev, &devsize) || !devsize)
|
||||
return_0;
|
||||
return 0;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
@ -4603,7 +4603,7 @@ static bool _scan_text_mismatch(struct cmd_context *cmd, const char *vgname, con
|
||||
|
||||
/* For other commands, return mismatch immediately. */
|
||||
if (ret)
|
||||
goto_out;
|
||||
goto out;
|
||||
}
|
||||
|
||||
if (ret) {
|
||||
|
Loading…
Reference in New Issue
Block a user