Page MenuHomeFreeBSD

iser: Remove redundant linuxkpi MODULE_DEPEND
ClosedPublic

Authored by khng on Nov 12 2021, 9:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 29, 1:00 AM
Unknown Object (File)
Sat, Jun 29, 12:55 AM
Unknown Object (File)
Sat, Jun 29, 12:54 AM
Unknown Object (File)
Fri, Jun 28, 1:15 AM
Unknown Object (File)
Mon, Jun 24, 10:56 AM
Unknown Object (File)
Mon, Jun 24, 10:42 AM
Unknown Object (File)
Thu, Jun 6, 11:58 PM
Unknown Object (File)
May 30 2024, 5:40 PM
Subscribers

Details

Summary

Since ibcore depends on linuxkpi, there is no need to pull in the
linuxkpi dependency in iser.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42770
Build 39658: arc lint + arc unit

Event Timeline

khng requested review of this revision.Nov 12 2021, 9:50 PM

I wonder why it's there in the first place. Does autoloading dependencies (linuxkpi) on kldload iser work without it?

I wonder why it's there in the first place. Does autoloading dependencies (linuxkpi) on kldload iser work without it?

Yes, it works by simply kldload iser.

This revision is now accepted and ready to land.Nov 14 2021, 4:24 PM
This revision was automatically updated to reflect the committed changes.