ext4: Add a test for inline_data vs. DAX inode flag
authorXiao Yang <yangx.jy@cn.fujitsu.com>
Tue, 27 Oct 2020 02:52:11 +0000 (10:52 +0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 1 Nov 2020 16:25:04 +0000 (00:25 +0800)
commit27774be17b64dc8ffaf7e4542a4cb75fbea5ec37
treeedf2e989b7e9b51c6538f8950eeb7c21aaf40542
parentfce32d21f8688407115fe7f9235ee791ca909e2d
ext4: Add a test for inline_data vs. DAX inode flag

Inline_data is mutually exclusive to DAX inode flag so enabling both
of them is not expected and triggers some errors.  It's a regression
test for kernel commit aa2f77920b74 ("ext4: disallow modifying DAX
inode flag if inline_data has been set")

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
Reviewed-by: Ritesh Harjani <riteshh@linux.ibm.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/ext4/047 [new file with mode: 0755]
tests/ext4/047.out [new file with mode: 0644]
tests/ext4/group