From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5DC79F516 for ; Thu, 22 Feb 2024 01:26:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.43.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708565178; cv=none; b=L2Ip9SUP23q7r0Pt+Gtrv81KpKXfuo8KDunFA+GEOpA0yJcoFZjq2GAtmUGgLhwDg4HTD0U6nyl0150y53w/we4mnYBKYxY1F/l4/FSHY+5/OBZOk5I13BT2cmnyegCrUMdxY8oiQF7uOclU1OwhcC/30YkCSMe/hdvbGr9RuzQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708565178; c=relaxed/simple; bh=y9XCxVEOdhN5SjJ6eLh60U7lwMLUJaow/6Ozfuo4eXA=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=gxm2AjRxNBtrHC+Mc73nuhZg8k0OtcNjp/EJhoWFGpMjoX3A654gDmT7mfeQGRfgIJjepOy5PPbRjp6zPmCoj74cr4+ocqwU1Jy9d60EPQjmUluu4+bcHK1nTh3A03FzA42c2DftH9vcC72XyBjWGL9aGcK5BkDLFuGZLgBgFHo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=spawn.link; spf=pass smtp.mailfrom=spawn.link; dkim=pass (2048-bit key) header.d=spawn.link header.i=@spawn.link header.b=FX6hPkUf; arc=none smtp.client-ip=185.70.43.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=spawn.link Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=spawn.link Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=spawn.link header.i=@spawn.link header.b="FX6hPkUf" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=spawn.link; s=protonmail3; t=1708565167; x=1708824367; bh=gO2E4nuy6vwZurt9eqGXsAuEX2KwpaW4+k9h+b+5C9Q=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=FX6hPkUfzeGN+bkx3pfvjKL129R8c+T6PPBzLuQNqSSK4rjQerjznUGMVy6ZV+7gh WiUIw4qwxb4ex2rN5f6SoG7BmsTiClc6veUfbXAYazQ1glb1oKPQ23cpJIghB8vt4I 5hrnLOCuwyVYV5OEDv+3sMeadOfPjkFuAROXrRih2oFkcCnqzOzAVDqjzb4yap6db9 JqD3pZqWsu1sjjMM+VW7/Un/Q5tuO9mNG+PsBUkeBmbfVuk50CY4pV8sRlx6RaOs3s Sgu+TXPNu5fisAUiyfhA5QRLWmS6JAUJ6H7lMjiMD36JgJYHDcCP7vi4nAoC28QMif mU7aPV2OmUPXg== Date: Thu, 22 Feb 2024 01:25:57 +0000 To: Miklos Szeredi From: Antonio SJ Musumeci Cc: Bernd Schubert , Amir Goldstein , linux-fsdevel , fuse-devel Subject: Re: [fuse-devel] Proxmox + NFS w/ exported FUSE = EIO Message-ID: <6fb38202-4017-4acd-8fb8-673eee7182b9@spawn.link> In-Reply-To: References: <23a6120a-e417-4ba8-9988-19304d4bd229@spawn.link> <93b170b4-9892-4a32-b4f1-6a18b67eb359@fastmail.fm> <5b7139d5-52fd-4fd0-8fa0-df0a38d96a33@spawn.link> Feedback-ID: 55718373:user:proton Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2/20/24 02:47, Miklos Szeredi wrote: > On Tue, 20 Feb 2024 at 09:35, Miklos Szeredi wrote: >> On Mon, 19 Feb 2024 at 20:54, Antonio SJ Musumeci = wrote: >>> On 2/19/24 13:38, Miklos Szeredi wrote: >>>> On Mon, 19 Feb 2024 at 20:05, Antonio SJ Musumeci wrote: >>>> >>>>> This is what I see from the kernel: >>>>> >>>>> lookup(nodeid=3D3, name=3D.); >>>>> lookup(nodeid=3D3, name=3D..); >>>>> lookup(nodeid=3D1, name=3Ddir2); >>>>> lookup(nodeid=3D1, name=3D..); >> >> Can you please try the attached patch? > Sorry, missing one hunk from the previous patch. Here's an updated one. > > Thanks, > Miklos I'll try it when I get some cycles in the next week or so but... I'm not=20 sure I see how this would address it.=C2=A0 Is this not still marking the= =20 inode bad. So while it won't forget it perhaps it will still error out.=20 How does this keep ".." of root being looked up? I don't know the code well but I'd have thought the reason for the=20 forget was because the lookup of the parent fails.