Steve, List Please find a small patch to fix an issue where during a session reconnect we may leak -EAGAIN back to the application instead of retrying the operation once reconnect has completed. This can affects for example the stat() call : stat("/mnt", 0x55b802c096f8) = -1 EAGAIN (Resource temporarily unavailable) <0.002447> causing applications such as 'ls' to fail with an error as this is not a valid return for stat()