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

Use .owner field for module, which own functions registered by structure #21

Open
GoogleCodeExporter opened this issue Mar 26, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Kernel's structures file_system_type and file_operations use 'struct module 
*owner' field for module, which owns functions set as callback in these 
structures.
KEDR structures 'kedr_payload' and 'kedr_functions_support' use 'mod' field for 
the same purpose.

I suggest to rename 'mod' to 'owner' in KEDR structures, as it reflects field 
purpose clearly and follows kernel conventions.

This renaming would require corresponded changes in KEDR-dependent projects, 
but it shouldn't be a big problem.

Original issue reported on code.google.com by [email protected] on 22 Jan 2015 at 1:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant