diff mbox series

[2/2] runtest/fs: add fsnotiy-stress

Message ID 20220125024746.gukme7rfwe6l3bix@xzhoux.usersys.redhat.com
State Changes Requested
Headers show
Series [1/2] kernel/fs/fs-notify: fsnotify stress tests | expand

Commit Message

Murphy Zhou Jan. 25, 2022, 2:47 a.m. UTC
Signed-off-by: Murphy Zhou <jencce.kernel@gmail.com>
---
 runtest/fs | 2 ++
 1 file changed, 2 insertions(+)

Comments

Petr Vorel Jan. 25, 2022, 9:55 a.m. UTC | #1
Hi Murphy,

> +++ b/runtest/fs
> @@ -87,3 +87,5 @@ binfmt_misc01 binfmt_misc01.sh
>  binfmt_misc02 binfmt_misc02.sh

>  squashfs01 squashfs01
> +
> +fsnotify-stresss.sh fsnotify-stress.sh
Please in next version put this into previous commit.  We put new entries into
runtest files as part of commit which introduces new tests.

Kind regards,
Petr
diff mbox series

Patch

diff --git a/runtest/fs b/runtest/fs
index 1d753e0dd..3390e000f 100644
--- a/runtest/fs
+++ b/runtest/fs
@@ -87,3 +87,5 @@  binfmt_misc01 binfmt_misc01.sh
 binfmt_misc02 binfmt_misc02.sh
 
 squashfs01 squashfs01
+
+fsnotify-stresss.sh fsnotify-stress.sh