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: use timespec64 instead of timespec for kernel 3.17+ #143

Closed
wants to merge 1 commit into from
Closed

exfat: use timespec64 instead of timespec for kernel 3.17+ #143

wants to merge 1 commit into from

Conversation

ariasuni
Copy link

@ariasuni ariasuni commented Jan 3, 2019

Fix compilation for Linux 4.20+.

@jamesan
Copy link

jamesan commented Jan 7, 2019

Duplicate of #137.

Also, this PR diverges from existing code which implements all kernel version-specific preprocessor if-else directives and version-specific code directly in the code files (i.e. the .c file) -- that is, it doesn't use a typedef that conditionally refers to the correct time interface in the header file and then use this new version-invariant type in the code file.

@ariasuni
Copy link
Author

ariasuni commented Jan 8, 2019

Makes sense.

@ariasuni ariasuni closed this Jan 8, 2019
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