Skip to content
  • Charles Jacobsen's avatar
    pmfs: mount: Fix async ipc deadlock bug. · 96dfa04e
    Charles Jacobsen authored and Vikram Narayanan's avatar Vikram Narayanan committed
    I wasn't acknowledging receipt of a couple responses, and the
    async ipc buffer (the vfs tx buffer) slowly filled up after a
    couple of test iterations.
    
    But not all the way. It should be noted that if the async ipc
    buffers are not big enough, you will get a deadlock. This is
    because so many requests stay active before they are finally
    ack'd with a response. This is due to the criss-crossing.
    96dfa04e