aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2025-06-25 21:12:33 +0000
committerMark Johnston <markj@FreeBSD.org>2025-06-25 21:20:45 +0000
commit5286b96c56ff5aa3c1cee824ab8564f0ffffc381 (patch)
tree0a65141fe7c32d762ae8aa46ed8eb90395ec8b76 /sys/dev/md
parentcd0169c9379c400ec75b77e87ca770e37f964276 (diff)
Diffstat (limited to 'sys/dev/md')
-rw-r--r--sys/dev/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 5d4f91d05917..800684e9e63b 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -256,7 +256,7 @@ struct md_s {
unsigned opencount;
unsigned fwheads;
unsigned fwsectors;
- char ident[32];
+ char ident[DISK_IDENT_SIZE];
unsigned flags;
char name[20];
struct proc *procp;