Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2013 06:38:01 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r247311 - user/attilio/vmc-playground/sys/vm
Message-ID:  <201302260638.r1Q6c1VF097725@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302260638.r1Q6c1VF097725>