svn commit: r247311 - user/attilio/vmc-playground/sys/vm
Alan Cox
alc at FreeBSD.org
Tue Feb 26 06:38:01 UTC 2013
Author: alc
Date: Tue Feb 26 06:38:00 2013
New Revision: 247311
URL: http://svnweb.freebsd.org/changeset/base/247311
Log:
Update a comment: noobj_alloc() has replaced obj_alloc(), but it doesn't
really make sense for this comment to name specific backend allocators,
instead simply refer to backend allocators.
Sponsored by: EMC / Isilon Storage Division
Modified:
user/attilio/vmc-playground/sys/vm/uma.h
Modified: user/attilio/vmc-playground/sys/vm/uma.h
==============================================================================
--- user/attilio/vmc-playground/sys/vm/uma.h Tue Feb 26 06:01:58 2013 (r247310)
+++ user/attilio/vmc-playground/sys/vm/uma.h Tue Feb 26 06:38:00 2013 (r247311)
@@ -520,7 +520,7 @@ void uma_zone_set_zinit(uma_zone_t zone,
void uma_zone_set_zfini(uma_zone_t zone, uma_fini zfini);
/*
- * Replaces the standard page_alloc or obj_alloc functions for this zone
+ * Replaces the standard backend allocator for this zone.
*
* Arguments:
* zone The zone whose backend allocator is being changed.
More information about the svn-src-user
mailing list