Page MenuHomeFreeBSD

scsi: Stop installing both cam.4 and CAM.4
ClosedPublic

Authored by imp on Mar 13 2024, 8:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 21, 9:59 AM
Unknown Object (File)
Wed, Sep 16, 2:27 PM
Unknown Object (File)
Mon, Sep 14, 11:29 PM
Unknown Object (File)
Sat, Sep 12, 9:18 PM
Unknown Object (File)
Sat, Sep 12, 9:09 PM
Unknown Object (File)
Fri, Sep 11, 6:08 AM
Unknown Object (File)
Fri, Sep 11, 6:08 AM
Unknown Object (File)
Sun, Sep 6, 6:25 AM
Subscribers
None

Details

Summary

There's no real benefit from installing both cam.4 and CAM.4. The latter
is not an kernel option. This hits a pathological case in mlinks: we're
trying to link to another file and the second link fails on
case-preserving, case-insensitive filesystems, like on MacOS by default.
Since we don't need both, avoid this pathological case.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Mar 15 2024, 3:02 PM
This revision was automatically updated to reflect the committed changes.