You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 22 Jan 2015 at 1:33The text was updated successfully, but these errors were encountered: