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
F110350224: D44346.diff
Mon, Feb 17, 4:43 AM
Unknown Object (File)
Thu, Feb 13, 4:44 PM
Unknown Object (File)
Wed, Feb 12, 7:00 AM
Unknown Object (File)
Sun, Feb 9, 2:47 AM
Unknown Object (File)
Wed, Feb 5, 8:02 AM
Unknown Object (File)
Sun, Jan 26, 7:43 AM
Unknown Object (File)
Sun, Jan 26, 7:38 AM
Unknown Object (File)
Dec 24 2024, 1:31 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.