linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] generic/736: don't run it on tmpfs
@ 2024-07-20  8:35 Yang Erkun
  2024-07-20 17:26 ` Filipe Manana
  2024-07-22 14:21 ` Christoph Hellwig
  0 siblings, 2 replies; 13+ messages in thread
From: Yang Erkun @ 2024-07-20  8:35 UTC (permalink / raw)
  To: zlang, fdmanana; +Cc: fstests, linux-mm, hughd, akpm, yangerkun

We use offset_readdir for tmpfs, and every we call rename, the offset
for the parent dir will increase by 1. So for tmpfs we will always
fail since the infinite readdir.

Signed-off-by: Yang Erkun <yangerkun@huawei.com>
---
 tests/generic/736 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/generic/736 b/tests/generic/736
index d2432a82..9fafa8df 100755
--- a/tests/generic/736
+++ b/tests/generic/736
@@ -18,7 +18,7 @@ _cleanup()
 	rm -fr $target_dir
 }
 
-_supported_fs generic
+_supported_fs generic ^tmpfs
 _require_test
 _require_test_program readdir-while-renames
 
-- 
2.39.2



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

end of thread, other threads:[~2024-07-30  1:05 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-20  8:35 [PATCH] generic/736: don't run it on tmpfs Yang Erkun
2024-07-20 17:26 ` Filipe Manana
2024-07-24 13:30   ` yangerkun
2024-07-29 13:53     ` yangerkun
2024-07-29 14:21       ` Christoph Hellwig
2024-07-29 14:26         ` yangerkun
2024-07-29 14:29       ` Chuck Lever III
2024-07-29 17:35         ` Filipe Manana
2024-07-30  1:02         ` yangerkun
2024-07-29 14:32       ` Filipe Manana
2024-07-30  1:05         ` yangerkun
2024-07-22 14:21 ` Christoph Hellwig
2024-07-22 14:25   ` Chuck Lever III

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