Split up deadlkres() to make it more readable in anticipation of
further changes adding another level of indentation.
Some of the logic got simplified with the break out functions.
There should be no functional changes.
Differential D15914
Split up deadlkres() to make it more readable. bz on Jun 19 2018, 11:21 PM. Authored by Tags None Referenced Files
Subscribers
Details Split up deadlkres() to make it more readable in anticipation of Some of the logic got simplified with the break out functions.
Diff Detail
Event Timeline
Comment Actions For the other comments it's basically the same; I moved the former inline code into sub-functions. I'll make the changes and upload a new patch.
Comment Actions Addressed all the comments; not unlocking for panic also It means we hold the thread lock a bit longer over the string
Comment Actions Thanks for the review!
|