* LVM2/lib/striped striped.c
@ 2010-10-25 13:38 zkabelac
0 siblings, 0 replies; only message in thread
From: zkabelac @ 2010-10-25 13:38 UTC (permalink / raw)
To: lvm-devel
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: zkabelac at sourceware.org 2010-10-25 13:38:11
Modified files:
lib/striped : striped.c
Log message:
Use const config node
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/striped/striped.c.diff?cvsroot=lvm2&r1=1.32&r2=1.33
--- LVM2/lib/striped/striped.c 2010/07/09 15:34:46 1.32
+++ LVM2/lib/striped/striped.c 2010/10/25 13:38:11 1.33
@@ -71,7 +71,7 @@
static int _striped_text_import(struct lv_segment *seg, const struct config_node *sn,
struct dm_hash_table *pv_hash)
{
- struct config_node *cn;
+ const struct config_node *cn;
if ((seg->area_count != 1) &&
!get_config_uint32(sn, "stripe_size", &seg->stripe_size)) {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-10-25 13:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-25 13:38 LVM2/lib/striped striped.c zkabelac
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.