mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Change the total_dirty from SZ_256M to SZ_64M.
@ 2018-11-03  8:36 hmsjwzb
  2018-11-03  9:01 ` Nikolay Borisov
  0 siblings, 1 reply; 3+ messages in thread
From: hmsjwzb @ 2018-11-03  8:36 UTC (permalink / raw)
  Cc: clm, hmsjwzb, Josef Bacik, David Sterba, Omar Sandoval,
	Filipe Manana, linux-btrfs, linux-kernel

The SZ_256M will cause trouble in platform with less than 256M memory.
For example, a qemu virtual machine.

Signed-off-by: hmsjwzb <weizhefix@gmail.com>
---
 fs/btrfs/tests/extent-io-tests.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/btrfs/tests/extent-io-tests.c b/fs/btrfs/tests/extent-io-tests.c
index 9e0f4a01be14..cb23dce96a2d 100644
--- a/fs/btrfs/tests/extent-io-tests.c
+++ b/fs/btrfs/tests/extent-io-tests.c
@@ -62,7 +62,7 @@ static int test_find_delalloc(u32 sectorsize)
 	struct page *page;
 	struct page *locked_page = NULL;
 	unsigned long index = 0;
-	u64 total_dirty = SZ_256M;
+	u64 total_dirty = SZ_64M;
 	u64 max_bytes = SZ_128M;
 	u64 start, end, test_start;
 	u64 found;
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-03  9:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-03  8:36 [PATCH] Change the total_dirty from SZ_256M to SZ_64M hmsjwzb
2018-11-03  9:01 ` Nikolay Borisov
2018-11-03  9:17   ` Qu Wenruo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®