K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2019-10-25T04:44:17.224914Z K 7 svn:log V 407 Return the correct error for Seek at EOF. The Linux NFSv4.2 client expects an NFSERR_NXIO error to be returned when a NFS4_CONTENT_DATA request with sa_offset == file_size is done for Seek. (This is not actually what RFC-7862 says is the correct reply for this operation request, so it is only done when vfs.nfsd.linux42server is set.) Anyhow, without this patch the code erroeously returned NFSERR_INVAL. END