summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_export.c
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/kern/vfs_export.c
parent9dc2f0df89ef0a9f8f2edab0ce3edfca3d510b6d (diff)
Notes
Diffstat (limited to 'sys/kern/vfs_export.c')
-rw-r--r--sys/kern/vfs_export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c
index 05e0f45d0f3d..55528457d0e7 100644
--- a/sys/kern/vfs_export.c
+++ b/sys/kern/vfs_export.c
@@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
#include <net/radix.h>
-static MALLOC_DEFINE(M_NETADDR, "Export Host", "Export host address structure");
+static MALLOC_DEFINE(M_NETADDR, "export_host", "Export host address structure");
static void vfs_free_addrlist(struct netexport *nep);
static int vfs_free_netcred(struct radix_node *rn, void *w);