Page MenuHomeFreeBSD

linuxkpi: move kobject_create to .c file
ClosedPublic

Authored by imp on Apr 4 2022, 5:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 2:55 PM
Unknown Object (File)
Mon, Sep 29, 7:08 PM
Unknown Object (File)
Sat, Sep 20, 2:02 AM
Unknown Object (File)
Sep 5 2025, 2:08 PM
Unknown Object (File)
Sep 5 2025, 1:31 PM
Unknown Object (File)
Sep 4 2025, 3:09 AM
Unknown Object (File)
Sep 3 2025, 8:51 PM
Unknown Object (File)
Aug 31 2025, 5:22 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.