On Sun, May 25, 2025 at 7:36 AM Zorro Lang <zlang@xxxxxxxxxx> wrote: > > On Fri, May 23, 2025 at 07:11:23PM +0200, Amir Goldstein wrote: > > On Fri, May 23, 2025 at 4:50 PM Zorro Lang <zlang@xxxxxxxxxx> wrote: > > > > > > On Fri, May 23, 2025 at 04:20:29PM +0200, Amir Goldstein wrote: > > > > Hi Zorro. > > > > > > > > Ping. > > > > > > Sure Amir, don't worry, this patchset is already in my testing list. > > > I'll merge it after testing passed :) > > > > > > > Thanks! > > Hi Amir, > > Although the v2 test passed on tmpfs, but it still fails on nfsv4.2, the > diff output as [1]. Is that as your expected? Anyway I think this's not > a big issue, so we still can merge this test case at first (as it's blocked > long time), then fix this failure later :) It seems like a kernel bug, so the test is good. Looking at nfsv4.2 implementation, it does not implement fh_to_parent(), so AT_HANDLE_CONNECTALE should not be supported and the test should have notrun due to "does not support connectable file handles" I will post a patch to fix the kernel and setup my env to test nfsv4.2. Thanks! Amir.