From: Darrick J. Wong Date: Thu, 13 Apr 2017 15:39:43 +0000 (-0700) Subject: xfs/348: update error message when transmogrifying symlink into directory X-Git-Tag: v2022.05.01~2088 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7e0b48b33d1c293eded0a94f1635773dce00e623;p=xfstests-dev.git xfs/348: update error message when transmogrifying symlink into directory We introduced the inline directory verifier in 4.11 to prevent the system from trying to use corrupt inline directories. This has the effect of changing the error message in one step of the i_mode fuzz tester, so update the test accordingly. Note that prior to the existence of the verifier, this test would occasionally result in memory corruption that did not become evident until later. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/348.out b/tests/xfs/348.out index 805d530c..f4a7a71f 100644 --- a/tests/xfs/348.out +++ b/tests/xfs/348.out @@ -110,7 +110,7 @@ would have junked entry "FIFO" in directory PARENT_INO stat: 'SCRATCH_MNT/test/DIR' is a directory stat: 'SCRATCH_MNT/test/DATA' is a directory stat: cannot stat 'SCRATCH_MNT/test/EMPTY': Structure needs cleaning -stat: 'SCRATCH_MNT/test/SYMLINK' is a directory +stat: cannot stat 'SCRATCH_MNT/test/SYMLINK': Structure needs cleaning stat: cannot stat 'SCRATCH_MNT/test/CHRDEV': Structure needs cleaning stat: cannot stat 'SCRATCH_MNT/test/BLKDEV': Structure needs cleaning stat: cannot stat 'SCRATCH_MNT/test/FIFO': Structure needs cleaning