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)
Thu, Sep 19, 5:39 PM
Unknown Object (File)
Thu, Sep 19, 11:10 AM
Unknown Object (File)
Wed, Sep 18, 11:52 AM
Unknown Object (File)
Wed, Sep 18, 6:25 AM
Unknown Object (File)
Tue, Sep 17, 9:32 AM
Unknown Object (File)
Mon, Sep 16, 7:47 PM
Unknown Object (File)
Sun, Sep 15, 4:13 AM
Unknown Object (File)
Sun, Sep 15, 4:13 AM
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.