Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 16:06:11 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272707 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs
Message-ID:  <201410071606.s97G6Bej067004@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Tue Oct  7 16:06:10 2014
New Revision: 272707
URL: https://svnweb.freebsd.org/changeset/base/272707

Log:
  revert r272702: wrong (earlier) change was committed

Modified:
  head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c

Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
==============================================================================
--- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c	Tue Oct  7 16:01:17 2014	(r272706)
+++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c	Tue Oct  7 16:06:10 2014	(r272707)
@@ -711,9 +711,7 @@ uint64_t zfs_crc64_table[256];
  * Level 2 ARC
  */
 
-/* initial write max */
-#define	L2ARC_WRITE_SIZE	\
-    (8 * 1024 * 1024 * 2 / (ARC_BUFC_NUMMETADATALISTS + ARC_BUFC_NUMDATALISTS))
+#define	L2ARC_WRITE_SIZE	(8 * 1024 * 1024)	/* initial write max */
 #define	L2ARC_HEADROOM		2			/* num of writes */
 /*
  * If we discover during ARC scan any buffers to be compressed, we boost



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