mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fsstress: add mwrite/mread into test operation list
mmap is a popular and basic operation, most of softwares use it to access files. More and more customers report bugs related with mmap/munmap and other stress conditions. So add mmap read/write test into fsstress to increase mmap related stress to reproduce or find more bugs easily. Signed-off-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -32,6 +32,7 @@ AC_HEADER_STDC
|
||||
xfs/platform_defs.h \
|
||||
btrfs/ioctl.h \
|
||||
cifs/ioctl.h \
|
||||
sys/mman.h \
|
||||
])
|
||||
|
||||
AC_CHECK_HEADERS([xfs/xfs_log_format.h],,,[
|
||||
|
||||
Reference in New Issue
Block a user