diff options
Diffstat (limited to 'sys/geom/stripe/g_stripe.c')
-rw-r--r-- | sys/geom/stripe/g_stripe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/stripe/g_stripe.c b/sys/geom/stripe/g_stripe.c index eea2ad1..1590081 100644 --- a/sys/geom/stripe/g_stripe.c +++ b/sys/geom/stripe/g_stripe.c @@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$"); #define MAX_IO_SIZE (DFLTPHYS * 2) -static MALLOC_DEFINE(M_STRIPE, "stripe data", "GEOM_STRIPE Data"); +static MALLOC_DEFINE(M_STRIPE, "stripe_data", "GEOM_STRIPE Data"); static uma_zone_t g_stripe_zone; |