mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/348: dir->symlink corruption must not be allowed
A directory corrupted into a symlink is caught by the local format
ifork verifiers, and previously this test failed to catch such
kernel bug, so fix the test.
Note that the local format ifork verifiers were introduced by commit
0795e004fd4f ("xfs: create structure verifier function for short
form symlinks"), and didn't get wired up until commit 9cfb9b47479e
("xfs: provide a centralized method for verifying inline fork
data").
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
66f7b4c2ce
commit
60ba1274f5
+1
-1
@@ -239,7 +239,7 @@ would have junked entry "DATA" in directory PARENT_INO
|
||||
would have junked entry "DIR" in directory PARENT_INO
|
||||
would have junked entry "EMPTY" in directory PARENT_INO
|
||||
would have junked entry "FIFO" in directory PARENT_INO
|
||||
stat: 'SCRATCH_MNT/test/DIR' is a symbolic link
|
||||
stat: cannot stat 'SCRATCH_MNT/test/DIR': Structure needs cleaning
|
||||
stat: 'SCRATCH_MNT/test/DATA' is a symbolic link
|
||||
stat: cannot stat 'SCRATCH_MNT/test/EMPTY': Structure needs cleaning
|
||||
stat: 'SCRATCH_MNT/test/SYMLINK' is a symbolic link
|
||||
|
||||
Reference in New Issue
Block a user