c437b55ca7
the server code would always skip all dir entries for a readdirplus operation. To avoid endlessly retrying clients, try VFS_VGET first, and it it fails, return NFSERR_NOTSUPP so that client will fall back to normal readdir operations.