Skip to content

Commit d63ef0b

Browse files
black-deskMiklos Szeredi
authored andcommitted
selftests: filesystems: Add functional test for the abort file in fusectl
This patch add a simple functional test for the "abort" file in fusectlfs (/sys/fs/fuse/connections/ID/abort). A simple fuse daemon is added for testing. Related discussion can be found in the link below. Link: https://lore.kernel.org/all/CAOQ4uxjKFXOKQxPpxtS6G_nR0tpw95w0GiO68UcWg_OBhmSY=Q@mail.gmail.com/ Signed-off-by: Chen Linxuan <chenlinxuan@uniontech.com> Acked-by: Shuah Khan <skhan@linuxfoundation.org> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
1 parent ba1d8b0 commit d63ef0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/testing/selftests/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ TARGETS += filesystems/fat
3636
TARGETS += filesystems/overlayfs
3737
TARGETS += filesystems/statmount
3838
TARGETS += filesystems/mount-notify
39+
TARGETS += filesystems/fuse
3940
TARGETS += firmware
4041
TARGETS += fpu
4142
TARGETS += ftrace

0 commit comments

Comments
 (0)