Page MenuHomeFreeBSD

virtual_oss(8): Fix cuse.ko check
Needs ReviewPublic

Authored by fernape on Sat, Sep 19, 4:43 PM.
Tags
None
Referenced Files
F172681179: D59844.id187239.diff
Sun, Sep 20, 4:30 AM
F172680881: D59844.diff
Sun, Sep 20, 4:27 AM
F172657698: D59844.id187239.diff
Sun, Sep 20, 12:33 AM
F172657210: D59844.diff
Sun, Sep 20, 12:29 AM
F172635204: D59844.diff
Sat, Sep 19, 8:58 PM
Subscribers

Details

Reviewers
christos
Group Reviewers
audio
Summary

There is no need at all to load the cuse module to just access the tool help.

kldload always checks for permissions first returning -EPERM if the user can't
load modules and -EEXIST if the user can, but the module is already loaded.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 77093
Build 73976: arc lint + arc unit