--- src/sys/kern/vfs_cluster.c 2004/07/14 03:10:17 1.11 +++ src/sys/kern/vfs_cluster.c 2005/02/19 00:47:03 1.12 @@ -62,7 +62,7 @@ static int rcluster= 0; SYSCTL_INT(_debug, OID_AUTO, rcluster, CTLFLAG_RW, &rcluster, 0, ""); #endif -static MALLOC_DEFINE(M_SEGMENT, "cluster_save buffer", "cluster_save buffer"); +static MALLOC_DEFINE(M_SEGMENT, "cluster_save", "cluster_save buffer"); static struct cluster_save * cluster_collectbufs (struct vnode *vp, struct buf *last_bp);