summaryrefslogtreecommitdiff
path: root/sys/dev/md
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-10-31 15:41:29 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-10-31 15:41:29 +0000
commit5bb84bc84b1d1f978dd93aa02acef9936e79abc0 (patch)
treefe71f10c01688ab52e9bffd17c7d2ebd7d2c09b4 /sys/dev/md
parent9dc2f0df89ef0a9f8f2edab0ce3edfca3d510b6d (diff)
Notes
Diffstat (limited to 'sys/dev/md')
-rw-r--r--sys/dev/md/md.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index ac617758c945..d811f9370c53 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -94,8 +94,8 @@
#define MD_NSECT (10000 * 2)
#endif
-static MALLOC_DEFINE(M_MD, "MD disk", "Memory Disk");
-static MALLOC_DEFINE(M_MDSECT, "MD sectors", "Memory Disk Sectors");
+static MALLOC_DEFINE(M_MD, "md_disk", "Memory Disk");
+static MALLOC_DEFINE(M_MDSECT, "md_sectors", "Memory Disk Sectors");
static int md_debug;
SYSCTL_INT(_debug, OID_AUTO, mddebug, CTLFLAG_RW, &md_debug, 0, "");