Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix refcounting in non blocking send path. #227

Closed
wants to merge 1 commit into from

Commits on Aug 6, 2021

  1. Cleanup writeq if svc_ioq_flushv return -1.

    In svc_ioq_write for (rc < 0), we are not cleaning up writeq.
    We can just continue instead of break if (rc < 0).
    Its similar to how we handle errno != EWOULDBLOCK.
    
    Change-Id: I280b5bffe2a2fc5db36c0cc6af3d36951979aa62
    Gaurav-Gangalwar committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    9feb368 View commit details
    Browse the repository at this point in the history