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)
Tue, Aug 18, 1:34 AM
Unknown Object (File)
Thu, Aug 13, 7:52 PM
Unknown Object (File)
Wed, Aug 12, 8:58 AM
Unknown Object (File)
Mon, Aug 10, 5:04 PM
Unknown Object (File)
Sun, Aug 9, 7:29 AM
Unknown Object (File)
Sun, Aug 9, 2:08 AM
Unknown Object (File)
Sun, Aug 9, 1:58 AM
Unknown Object (File)
Sat, Aug 8, 9:26 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.