Page MenuHomeFreeBSD

Fix fallout from r366811
ClosedPublic

Authored by trasz on Oct 19 2020, 11:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 6 2026, 11:44 PM
Unknown Object (File)
May 1 2026, 11:24 AM
Unknown Object (File)
Apr 28 2026, 4:27 AM
Unknown Object (File)
Apr 25 2026, 9:30 AM
Unknown Object (File)
Apr 25 2026, 7:47 AM
Unknown Object (File)
Apr 20 2026, 12:43 PM
Unknown Object (File)
Apr 19 2026, 2:56 PM
Unknown Object (File)
Apr 17 2026, 12:26 AM
Subscribers

Details

Summary

Fix fallout from r366811.

PR: 250442

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/geom/geom_dev.c
246 ↗(On Diff #78420)

How can provider be NULL there, if this function either called by the provider or by g_dev_taste() where you are checking for attach error?

360 ↗(On Diff #78420)

This part is OK, I am just thinking whether we should print this error, since as I see you are not doing it for other classes.

Drop unnecessary chunk and add another one, fixing error handling
in g_uzip(4).

This revision is now accepted and ready to land.Oct 19 2020, 3:30 PM
This revision was automatically updated to reflect the committed changes.
sys/geom/geom_dev.c
360 ↗(On Diff #78420)

I'd prefer to leave it for now, in case this triggers in some unexpected cases.