-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Linux Kernel, GPL-only] mm: Change global memory state symbols to GPL-only #3692
Comments
Thanks for pointing me to this thread. Yes this potentially of major concern to us. We've been trying to shift away from the shrinker anyway but this may speed that up. |
Seems an unnecessary spoke in the wheel of anyone writing kernel code/drivers. Wonder what the motivation for this is. @behlendorf: How do you implement a separate memory reclamation scheme anyway? |
@sempervictus for a filesystem the right way has always been to rely on notifications through the page cache. |
Thanks for telling us about this. I have sent an email to the list informing them that we need these. My understanding from what the OpenAFS/Auristor developers have told me is that we need to do that to ensure that we don't lose things we need. |
Closing. It turns out this wasn't an issue. |
Could the following change be of concern (in case spl or some part of zfs rely on it) ?
http://marc.info/?l=linux-kernel&m=143968216905052&w=2
The text was updated successfully, but these errors were encountered: