summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cluster.c
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2007-03-05 00:21:40 +0000
committerwkoszek <wkoszek@FreeBSD.org>2007-03-05 00:21:40 +0000
commitd9c0510dba7efc15ba7a2235db1e74859dc6288d (patch)
tree853cb6d6736cda2a274fe3079ca448d3e52e09e4 /sys/kern/vfs_cluster.c
parent3204d2429d804d56b61c26217d002ce687af2fb1 (diff)
downloadFreeBSD-src-d9c0510dba7efc15ba7a2235db1e74859dc6288d.zip
FreeBSD-src-d9c0510dba7efc15ba7a2235db1e74859dc6288d.tar.gz
Change these descriptions of memory types used in malloc(9), as their
current, rather long strings make output from vmstat -m look unpleasant. Approved by: cognet (mentor)
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r--sys/kern/vfs_cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c
index 1036629..226d80f 100644
--- a/sys/kern/vfs_cluster.c
+++ b/sys/kern/vfs_cluster.c
@@ -58,7 +58,7 @@ SYSCTL_INT(_debug, OID_AUTO, rcluster, CTLFLAG_RW, &rcluster, 0,
"Debug VFS clustering code");
#endif
-static MALLOC_DEFINE(M_SEGMENT, "cluster_save_buffer", "cluster_save buffer");
+static MALLOC_DEFINE(M_SEGMENT, "cl_savebuf", "cluster_save buffer");
static struct cluster_save *
cluster_collectbufs(struct vnode *vp, struct buf *last_bp);
OpenPOWER on IntegriCloud