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, Sep 5, 5:22 AM
Unknown Object (File)
Wed, Sep 4, 1:35 AM
Unknown Object (File)
Sat, Aug 24, 6:58 PM
Unknown Object (File)
Fri, Aug 16, 8:30 AM
Unknown Object (File)
Jul 31 2024, 12:46 PM
Unknown Object (File)
May 25 2024, 7:43 AM
Unknown Object (File)
May 14 2024, 10:10 PM
Unknown Object (File)
May 10 2024, 2:45 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.