svn commit: r240061 - stable/8/sys/vm

Eitan Adler eadler at FreeBSD.org
Sun Sep 2 21:44:25 UTC 2012


Author: eadler
Date: Sun Sep  2 21:44:24 2012
New Revision: 240061
URL: http://svn.freebsd.org/changeset/base/240061

Log:
  Revert MFC of r238206 as this feature isn't available in stable/8
  
  Approved by:	cperciva (implicit)
  Pointyhat to:	me

Modified:
  stable/8/sys/vm/uma_core.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/vm/   (props changed)

Modified: stable/8/sys/vm/uma_core.c
==============================================================================
--- stable/8/sys/vm/uma_core.c	Sun Sep  2 21:04:40 2012	(r240060)
+++ stable/8/sys/vm/uma_core.c	Sun Sep  2 21:44:24 2012	(r240061)
@@ -2161,7 +2161,6 @@ keg_fetch_slab(uma_keg_t keg, uma_zone_t
 				zone->uz_flags |= UMA_ZFLAG_FULL;
 			if (flags & M_NOWAIT)
 				break;
-			zone->uz_sleeps++;
 			msleep(keg, &keg->uk_lock, PVM, "keglimit", 0);
 			continue;
 		}


More information about the svn-src-all mailing list