Re: [LTP] [PATCH v3 3/9] syscalls/fanotify21: Introduce FAN_FS_ERROR test
From: Petr Vorel <pvorel@suse.cz>
Date: 2021-11-05 08:59:11
Also in:
ltp
From: Petr Vorel <pvorel@suse.cz>
Date: 2021-11-05 08:59:11
Also in:
ltp
Hi all, ...
quoted
+static struct tst_test test = { + .test = do_test, + .tcnt = ARRAY_SIZE(testcases), + .setup = setup, + .cleanup = cleanup, + .mount_device = 1, + .mntpoint = MOUNT_PATH, + .all_filesystems = 0,
That's probably redundant and the default value anyway. If you want to stress out that this test cannot be run on other filesystems maybe add a comment why that is above dev_fs_type.
Yes, good catch. Thanks! Kind regards, Petr