All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] fallocate06: drop explicit tmpfs size
@ 2021-09-28 13:45 Ralph Siemsen
  2021-09-29  1:35 ` Li Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Ralph Siemsen @ 2021-09-28 13:45 UTC (permalink / raw)
  To: ltp

The test does not require 512MB, so drop this specification. Instead
rely on earlier commit 21c8759f4 ("lib: adjust the tmpfs size according
to .dev_min_size and MemAvailable") to set the size.

Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org>
---
 testcases/kernel/syscalls/fallocate/fallocate06.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testcases/kernel/syscalls/fallocate/fallocate06.c b/testcases/kernel/syscalls/fallocate/fallocate06.c
index 49ddba4a2..bf0d24328 100644
--- a/testcases/kernel/syscalls/fallocate/fallocate06.c
+++ b/testcases/kernel/syscalls/fallocate/fallocate06.c
@@ -261,7 +261,6 @@ static struct tst_test test = {
 	.tcnt = ARRAY_SIZE(testcase_list),
 	.needs_root = 1,
 	.mount_device = 1,
-	.dev_min_size = 512,
 	.mntpoint = MNTPOINT,
 	.all_filesystems = 1,
 	.setup = setup,
-- 
2.25.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

* Re: [LTP] [PATCH] fallocate06: drop explicit tmpfs size
  2021-09-28 13:45 [LTP] [PATCH] fallocate06: drop explicit tmpfs size Ralph Siemsen
@ 2021-09-29  1:35 ` Li Wang
  0 siblings, 0 replies; 2+ messages in thread
From: Li Wang @ 2021-09-29  1:35 UTC (permalink / raw)
  To: Ralph Siemsen; +Cc: LTP List


[-- Attachment #1.1: Type: text/plain, Size: 38 bytes --]

Merged, thanks!

-- 
Regards,
Li Wang

[-- Attachment #1.2: Type: text/html, Size: 309 bytes --]

[-- Attachment #2: Type: text/plain, Size: 60 bytes --]


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2021-09-29  1:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 13:45 [LTP] [PATCH] fallocate06: drop explicit tmpfs size Ralph Siemsen
2021-09-29  1:35 ` Li Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.