On Tue, Apr 28, 2020 at 2:14 PM Olga Kornievskaia <aglo@xxxxxxxxx> wrote: > > Hi folk, > > Looking for guidance on what folks think. A client is sending a LINK > operation to the server. This compound after the LINK has RESTOREFH > and GETATTR. Server returns SERVER_FAULT to on RESTOREFH. But LINK is > done successfully. Client still fails the system call with EIO. We > have a hardline and "ln" saying hardlink failed. correction: have a hardlink. > Should the client not fail the system call in this case? The fact that > we couldn't get up-to-date attributes don't seem like the reason to > fail the system call? > > Thank you.