Skip to content

Conversation

adam900710
Copy link
Collaborator

The super block dumping is not handling verity compat ro flags correctly, it always treats verity as an unknown flag:

compat_ro_flags 0x7
( FREE_SPACE_TREE |
FREE_SPACE_TREE_VALID |
unknown flag: 0x4 )

Add the readable flags for verity feature.

Issue: #1040

The super block dumping is not handling verity compat ro flags
correctly, it always treats verity as an unknown flag:

compat_ro_flags		0x7
			( FREE_SPACE_TREE |
			  FREE_SPACE_TREE_VALID |
			  unknown flag: 0x4 )

Add the readable flags for verity feature.

Issue: kdave#1040
Signed-off-by: Qu Wenruo <wqu@suse.com>
Copy link
Owner

@kdave kdave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants