Page MenuHomeFreeBSD

mmccam: We can't sleep during sdda_add_part so use M_NOWAIT
ClosedPublic

Authored by manu on Aug 4 2020, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 21 2024, 10:48 AM
Unknown Object (File)
Jan 12 2024, 5:18 PM
Unknown Object (File)
Dec 20 2023, 7:52 AM
Unknown Object (File)
Sep 3 2023, 3:50 AM
Unknown Object (File)
Sep 3 2023, 3:49 AM
Unknown Object (File)
Sep 3 2023, 3:49 AM
Unknown Object (File)
Aug 28 2023, 7:27 AM
Unknown Object (File)
Aug 23 2023, 12:20 AM
Subscribers
None

Diff Detail

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

Event Timeline

manu requested review of this revision.Aug 4 2020, 5:30 PM
sys/cam/mmc/mmc_da.c
1513 ↗(On Diff #75379)

If this fails, do you need to try again?

kibab added inline comments.
sys/cam/mmc/mmc_da.c
1513 ↗(On Diff #75379)

What is the normal behaviour in this case? Do we ever retry on low memory? My take on this one would be "not retry", as system is probably under memory pressure.

This revision is now accepted and ready to land.Oct 30 2020, 10:20 AM