summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2023-12-05 16:39:20 +0000
committerZorro Lang <zlang@kernel.org>2023-12-10 21:38:00 +0800
commited058f1c64746b32e2786bf344ae1ff5fd78dfb0 (patch)
treef54efb3e64cab64f83ffd1f622b42f24705437cb /.gitignore
parentb05c808ce4a4686b40c4e0b5029cb889c39f3856 (diff)
generic: test reading a large directory while renaming its files
Test that on a fairly large directory if we keep renaming files while holding the directory open and doing readdir(3) calls, we don't end up in an infinite loop. This exercise a bug that existed in btrfs and was fixed in kernel 6.5 by commit 9b378f6ad48c ("btrfs: fix infinite directory reads"). Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4c32ac42..7508b6e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -121,6 +121,7 @@ tags
/src/punch-alternating
/src/pwrite_mmap_blocked
/src/randholes
+/src/readdir-while-renames
/src/rename
/src/renameat2
/src/resvtest