mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-28 04:23:45 +08:00
tests: change result in f_bad_disconnected_inode
In this test, inode flag is some random data, and after we apply inline data patch set we should need to handle it. Signed-off-by: Zheng Liu <wenqing.lz@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
9676f3a94f
commit
356b448701
@ -2,9 +2,18 @@ Pass 1: Checking inodes, blocks, and sizes
|
||||
Inode 1 has EXTENTS_FL flag set on filesystem without extents support.
|
||||
Clear? yes
|
||||
|
||||
Inode 14 has INLINE_DATA_FL flag on filesystem without inline data support.
|
||||
Clear? yes
|
||||
|
||||
Inode 15 has INLINE_DATA_FL flag on filesystem without inline data support.
|
||||
Clear? yes
|
||||
|
||||
Inode 15 has EXTENTS_FL flag set on filesystem without extents support.
|
||||
Clear? yes
|
||||
|
||||
Inode 16 has INLINE_DATA_FL flag on filesystem without inline data support.
|
||||
Clear? yes
|
||||
|
||||
Inode 16 has EXTENTS_FL flag set on filesystem without extents support.
|
||||
Clear? yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user