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
F132209871: D44346.diff
Tue, Oct 14, 7:46 PM
Unknown Object (File)
Tue, Sep 30, 12:03 PM
Unknown Object (File)
Mon, Sep 22, 3:01 PM
Unknown Object (File)
Thu, Sep 18, 1:36 PM
Unknown Object (File)
Aug 27 2025, 12:01 AM
Unknown Object (File)
Aug 23 2025, 8:08 AM
Unknown Object (File)
Aug 21 2025, 3:40 PM
Unknown Object (File)
Aug 21 2025, 3:39 PM
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.