You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[viostor] Fix returning SUCCESS when really -ENOSPC (regression)
1. Refactored to only return TRUE when add_buffer_req_status == VQ_ADD_BUFFER_SUCCESS.
2. Pro-actively refactors calls to InterlockedIncrement() back to the add_buffer_req_status == VQ_ADD_BUFFER_SUCCESS path.
Impacts: RhelDoFlush(), RhelDoReadWrite(), RhelDoUnMap() and RhelGetSerialNumber().
Regression introduced with PR #1174 (379f291). Will likely resolve issue #1204 (RHEL-70446), unlikely to resolve issue #907.
My bad... 8^d
Signed-off-by: benyamin-codez <115509179+benyamin-codez@users.noreply.github.com>
0 commit comments