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)
Apr 11 2024, 2:59 PM
Unknown Object (File)
Feb 18 2024, 6:22 AM
Unknown Object (File)
Feb 5 2024, 2:57 PM
Unknown Object (File)
Dec 20 2023, 4:19 AM
Unknown Object (File)
Dec 12 2023, 12:33 PM
Unknown Object (File)
Nov 6 2023, 12:15 AM
Unknown Object (File)
Oct 5 2023, 7:37 PM
Unknown Object (File)
Sep 16 2023, 7: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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.