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

exfat-nofuse: Compilation failed on x86-64 kernel 5.4 #11474

Closed
DazzyWalkman opened this issue Mar 2, 2020 · 3 comments
Closed

exfat-nofuse: Compilation failed on x86-64 kernel 5.4 #11474

DazzyWalkman opened this issue Mar 2, 2020 · 3 comments

Comments

@DazzyWalkman
Copy link

Test compilation failed on current x86-64 snapshot with test kernel version 5.4 with error:

else if ((opts->errors == EXFAT_ERRORS_RO) && !(sb->s_flags & MS_RDONLY)) {
^~~~~~~~~
IS_RDONLY

A patch like this may be needed:
dorimanx/exfat-nofuse#145
Would someone more experienced have a look?
Thanks.

@neheb
Copy link
Contributor

neheb commented Mar 4, 2020

Wonder if this package should be dropped.

Kernel 5.4 has an exfat driver in the staging directory.

@DazzyWalkman
Copy link
Author

I think so. It only depends on how difficult it would be to backport the exfat staging driver to older kernels for OpenWrt.

@neheb
Copy link
Contributor

neheb commented Mar 5, 2020

Next release is 5.4 only. So moot point.

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

No branches or pull requests

2 participants