In the ioctl path use M_WAITOK allocations whereever possible. These are
less sensitive to memory pressure, and ioctl requests have no hard
deadlines.
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential D30702
pf: use M_WAITOK where possible kp on Jun 9 2021, 5:00 PM. Authored by Tags None Referenced Files
Details
In the ioctl path use M_WAITOK allocations whereever possible. These are MFC after: 1 week
Diff Detail
Event Timeline
Comment Actions Gha, yes. I had a few local, uncommitted, changes, and apparently git-arc picked those up as well. And then helpfully removed them from my tree. Comment Actions As far as I can check, all those changes are outside of the hold lock, so this is fine. |