Page MenuHomeFreeBSD

Fix fallout from r366811
ClosedPublic

Authored by trasz on Oct 19 2020, 11:24 AM.
Tags
None
Referenced Files
F92962932: D26855.id78420.diff
Thu, Sep 5, 5:55 PM
Unknown Object (File)
Sun, Sep 1, 10:37 AM
Unknown Object (File)
Sun, Sep 1, 5:37 AM
Unknown Object (File)
Jun 2 2024, 5:11 PM
Unknown Object (File)
Apr 30 2024, 9:48 AM
Unknown Object (File)
Dec 20 2023, 5:21 AM
Unknown Object (File)
Dec 1 2023, 3:11 AM
Unknown Object (File)
Oct 13 2023, 4:02 PM
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.