Recent changes (master)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit 98996ef93ff37e0f51d90ca87ff0f75d4d1c153f:

  t/verify-state: add helper to inspect verify dump state files (2016-01-07 15:06:22 -0700)

are available in the git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 204c368ebe461b08b18124e1e5555a65b128ab7a:

  use option smalloc_pool_size (2016-01-08 14:29:12 +0100)

----------------------------------------------------------------
Andreas Piesk (1):
      use option smalloc_pool_size

 smalloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

Diff of recent changes:

diff --git a/smalloc.c b/smalloc.c
index b6b367a..6f647c0 100644
--- a/smalloc.c
+++ b/smalloc.c
@@ -204,7 +204,7 @@ void sinit(void)
 	int i, ret;
 
 	for (i = 0; i < MAX_POOLS; i++) {
-		ret = add_pool(&mp[i], INITIAL_SIZE);
+		ret = add_pool(&mp[i], smalloc_pool_size);
 		if (ret)
 			break;
 	}
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux