[lvm-devel] [PATCH v2] Enable use of cached metadata for pvs & pvdisplay

Takahiro Yasui tyasui at redhat.com
Wed Apr 8 06:09:00 UTC 2009


Hi Milan,

> @@ -778,12 +785,19 @@ int process_each_pv(struct cmd_context *cmd, int argc, char **argv,
>  				if (ret > ret_max)
>  					ret_max = ret;
>  				if (sigint_caught())
> -					return ret_max;
> +					goto bad;

In the above line, "goto bad" is typo of "goto out"?

Thanks,
Taka




More information about the lvm-devel mailing list