mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4/30[23]: ignore EBUSY error
xfstests ext4/302, ext4/303 are ext4 defragmentation stress test, which will ioctl(EXT4_IOC_MOVE_EXT), so EBUSY is expected to happen, for example, when page's corresponding buffer_head's state is BH_Dirty. Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com> Acked-by: Dmitry Monakhov <dmonakhov@openvz.org> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
eceb6795a2
commit
573f9ca7bc
@@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
|
||||
size=999G
|
||||
buffered=0
|
||||
fadvise_hint=0
|
||||
continue_on_error=write
|
||||
ignore_error=,EBUSY
|
||||
|
||||
##########################################
|
||||
# Test2
|
||||
|
||||
@@ -60,6 +60,8 @@ filesize=${FILE_SIZE}
|
||||
size=999G
|
||||
buffered=0
|
||||
fadvise_hint=0
|
||||
continue_on_error=write
|
||||
ignore_error=,EBUSY
|
||||
|
||||
#################################
|
||||
# Test3
|
||||
|
||||
Reference in New Issue
Block a user