-
Notifications
You must be signed in to change notification settings - Fork 104
Support Linux 6.8 #47
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
Conversation
jserv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Read https://cbea.ms/git-commit/ and make the git commit message informative.
jserv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to discuss the API changes across recent Linux kernel versions and ensure that simplefs is updated accordingly. The git commit message should be detailed and informative, rather than merely using "refine."
jserv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebase the latest master branch.
To align with best practices recommended by Linux kernel v6.8, this commit replaces direct accesses to the __i_atime and __i_mtime fields with the newly introduced accessor functions. The functions used, such as inode_get_atime_sec and simple_inode_init_ts, encapsulate direct interactions with these inode fields. This change not only enhances code readability and maintainability but also ensures that the codebase adheres to the evolving kernel API standards. This approach minimizes direct manipulations of internal structures, thereby reducing potential for bugs and improving future compatibility with kernel updates.
|
Thank @jason50123 for contributing! |
No description provided.