Page MenuHomeFreeBSD

linuxkpi: move kobject_create to .c file
ClosedPublic

Authored by imp on Apr 4 2022, 5:03 PM.
Tags
None
Referenced Files
F101852158: D34767.diff
Mon, Nov 4, 5:07 PM
Unknown Object (File)
Fri, Oct 25, 5:03 PM
Unknown Object (File)
Wed, Oct 23, 12:47 PM
Unknown Object (File)
Mon, Oct 7, 4:47 PM
Unknown Object (File)
Oct 2 2024, 4:17 AM
Unknown Object (File)
Sep 24 2024, 8:05 PM
Unknown Object (File)
Sep 21 2024, 5:57 PM
Unknown Object (File)
Sep 21 2024, 1:27 AM
Subscribers

Details

Summary

kobject_create knows the size of struct kobject. Move it to
linux_compat.c so this knowledge is confined to the loadable module and
not the clients.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Apr 4 2022, 5:03 PM

I assume there is no performance concern with this.

(a minute later)
It looks like Linux defines this in a .c file, so sounds good.

This revision is now accepted and ready to land.Apr 4 2022, 5:10 PM

I assume there is no performance concern with this.

(a minute later)
It looks like Linux defines this in a .c file, so sounds good.

None of this series of commits are performance critical. They are all startup-only or otherwise rare events as far as I can tell...

This revision was automatically updated to reflect the committed changes.