You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filesystem test utility xfs-tests[1] failed on test generic/007 with
the error nametest.16 (8370) lookup, should be inumber 72057594037927972.
It can be observed in the kernel that the inode number for the file
often switches between the hosts inode number and the fuse assigned one.
In the vfs lookup function the out entry inode is set on the top level
but does not update attr.st_ino field. Adjust this so that the inode
number is correctly set on the attributes.
After this change the test generic/007 passes.
[1] https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/tree/
Signed-off-by: Champ-Goblem <[email protected]>
0 commit comments