[lvm-devel] const correctness, first cut

Alasdair G Kergon agk at redhat.com
Mon Aug 6 19:33:02 UTC 2007


On Mon, Aug 06, 2007 at 05:18:22PM +0200, Jim Meyering wrote:
> I find it easier to read code that uses "const" whenever possible.

All looks sane, thanks.

>  		process_each_lv_in_vg(cmd, vg, NULL, NULL, NULL,
> -				      &lvdisplay_full);
> +				      (process_single_lv_fn_t)lvdisplay_full);

Is there a nice way to avoid those casts?
  
Alasdair
-- 
agk at redhat.com




More information about the lvm-devel mailing list