Skip to content
  • wangrong's avatar
    client: Invalidate mount cache · cd995591
    wangrong authored and wangrong's avatar wangrong committed
    When a client obtains a private connection to a mountable service
    identified by dbus_id through dbus-daemon, it may fail because the
    mountable has exited. Let's invalidate the corresponding local mount
    cache and return a `G_VFS_ERROR_RETRY` error, handle the error in the
    appropriate place and retry the requested operation.
    
    Fixes: #536
    cd995591