diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-02-21 17:13:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-02-21 17:13:47 +0000 |
commit | 84c33dd6d41c5b45288ca4059b781fe6fbd5bbad (patch) | |
tree | e6cedad652076622be8aade2f08416975c7d84a4 /super-ddf.c | |
parent | Releasing debian version 4.2+20240118-1. (diff) | |
download | mdadm-84c33dd6d41c5b45288ca4059b781fe6fbd5bbad.tar.xz mdadm-84c33dd6d41c5b45288ca4059b781fe6fbd5bbad.zip |
Merging upstream version 4.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | super-ddf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/super-ddf.c b/super-ddf.c index a87e316..7571e3b 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -1975,6 +1975,7 @@ static void getinfo_super_ddf(struct supertype *st, struct mdinfo *info, char *m info->array.ctime = DECADE + __be32_to_cpu(*cptr); info->array.chunk_size = 0; + info->container_enough = 1; info->disk.major = 0; info->disk.minor = 0; |