Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed https://bugzilla.kernel.org/show_bug.cgi?id=199071 #105

Closed
wants to merge 1 commit into from

Conversation

Alexander198961
Copy link

The change will fix 199071 and now After this commit:
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?id=6a081f6d2a5cff0f5a077065aab39901d54bfb61

we will have e->e_value_inum not e->e_value_block for newer e2fsprogs so this fix will make it compatible with e2fsprogs and resolve compile error

@Alexander198961
Copy link
Author

I will need add backwards compatible with older e2fsprogs

@kdave
Copy link
Owner

kdave commented Mar 19, 2018

Your fix would break on < 1.44.0, so we cannot copy the change from e2fsprogs. There's a different fix that simply drops the variable, referenced in #110.

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.

None yet

2 participants