• Tommy Lindgren's avatar
    fuse: suppress ENOENT warnings for INTERRUPT responses · eefea5e0
    Tommy Lindgren authored
    If writing the INTERRUPT response returns ENOENT it means that the
    referred request is no longer known by the kernel. This is a normal if
    the referred request already has completed. We thus suppress the scary
    warning unless debugging is enabled.
    
    Fixes #375.
    
    Change-Id: I3266dbd8ad53a42db9e0e746e4734f284746b76c
    eefea5e0
server.go 22.1 KB