Closing this bug as this is the expected behaviour. On fuse and nfs the access pattern of the files/directories is different. Before opendir, fuse does lookup, where as nfs does access. Lookup must always succeed even if there is metadata/entry split-brain. But access should not.