summaryrefslogtreecommitdiffstats
path: root/super-ddf.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-04-14 11:11:14 +1000
committerNeilBrown <neilb@suse.de>2009-04-14 11:11:14 +1000
commitc256924e52249b52bad42963176c42601f1a08f4 (patch)
tree703992c9f376f272232395997a1a74faa58d6f15 /super-ddf.c
parentfa5090285af9401f950aa5c1a3a82708c69c4906 (diff)
parent7e7fffc4022114c491587755998395ef4766fcc2 (diff)
downloadmdadm-c256924e52249b52bad42963176c42601f1a08f4.tar.gz
mdadm-c256924e52249b52bad42963176c42601f1a08f4.tar.xz
mdadm-c256924e52249b52bad42963176c42601f1a08f4.zip
Merge branch 'master' of git://github.com/djbw/mdadm into devel-3.0
Conflicts: Grow.c mdadm.h sysfs.c Due to independent fixes for the "mdadm hangs if reshape finishes too quickly" problem.
Diffstat (limited to 'super-ddf.c')
-rw-r--r--super-ddf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/super-ddf.c b/super-ddf.c
index d22c88c..fa4d351 100644
--- a/super-ddf.c
+++ b/super-ddf.c
@@ -1374,6 +1374,7 @@ static void getinfo_super_ddf_bvd(struct supertype *st, struct mdinfo *info)
__be32_to_cpu(*(__u32*)(vc->conf.guid+16));
info->array.utime = DECADE + __be32_to_cpu(vc->conf.timestamp);
info->array.chunk_size = 512 << vc->conf.chunk_shift;
+ info->custom_array_size = 0;
if (cd >= 0 && cd < ddf->mppe) {
info->data_offset = __be64_to_cpu(vc->lba_offset[cd]);