summaryrefslogtreecommitdiff
path: root/lib/format_pool
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2013-04-11 13:46:47 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2013-04-12 11:26:31 +0200
commit4cce09dbdbf1fdb8e6ca985144fdeb181c3a480b (patch)
tree996721d7b2fae79f9e7a0e1617d6fdea1aaf979d /lib/format_pool
parent719e908bc010455fc14589d941b949c5f3c92806 (diff)
downloadlvm2-4cce09dbdbf1fdb8e6ca985144fdeb181c3a480b.tar.gz
lvmcache: keep sp_count unsigned
Diffstat (limited to 'lib/format_pool')
-rw-r--r--lib/format_pool/disk_rep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/format_pool/disk_rep.c b/lib/format_pool/disk_rep.c
index c4afefe9e..899a48d92 100644
--- a/lib/format_pool/disk_rep.c
+++ b/lib/format_pool/disk_rep.c
@@ -242,7 +242,7 @@ struct _read_pool_pv_baton {
struct dm_list *head;
const char *vgname;
uint32_t *sp_devs;
- int sp_count;
+ uint32_t sp_count;
int failed;
int empty;
};