• Han-Wen Nienhuys's avatar
    fuse: interrupt handling · e028a29e
    Han-Wen Nienhuys authored
    Use linear search to find requests to interrupt. This assumes that
    interrupts are rare, and the number of outstanding requests when it
    happens is low.
    
    Interrupted requests are not put back into the request pool to avoid
    racing with in-progress mutators.
    e028a29e
opcode.go 25.3 KB