[lvm-devel] [PATCH] (1/2) new library interface for vg_read

Dave Wysochanski dwysocha at redhat.com
Thu Dec 11 20:47:31 UTC 2008


On Tue, 2008-12-09 at 17:44 +0100, Petr Rockai wrote:
> -int vg_check_status(const struct volume_group *vg, uint32_t status)
> +static int _vg_check_status(const struct volume_group *vg, uint32_t
> status)
>  {
> +       uint32_t ret = 0;
> 

Can you clean up some of the return value prototypes so they use
uint32_t consistently for return values?  This includes
vg_check_status(), vg_read_error(), vg_exists(), and the flag
definitions.




More information about the lvm-devel mailing list