-
Notifications
You must be signed in to change notification settings - Fork 914
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
Updated UID handling #13
Comments
current_uid().val |
it compiles cleanly after that |
Hi bodgergely.. That does work but I don't think it's the right thing to do. I used the functions defined in the kernel (uid_eq() and such) to compare uids. Using those guards against future changes to the kuid structures. The changes are shown in my pull request. |
Yeah, you are right about not relying on the internals directly. Thanks I will use that function instead. |
I'm closing this because it was already fixed by commit 0a7ee7d ("Fix failure to compile the scull."). |
Hi Javier,
I've created a pull request that fixes some compile issues with the scull driver. I may fix others if I have time before class!
Cheers
./m
The text was updated successfully, but these errors were encountered: