Subject: CVS commit: src/sys/nfs
To: None <source-changes@netbsd.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 05/26/2003 13:34:40
Module Name:	src
Committed By:	yamt
Date:		Mon May 26 13:34:39 UTC 2003

Modified Files:
	src/sys/nfs: nfs_vnops.c

Log Message:
when a result of NFSv3 READLINK is too long for us,
return ENAMETOOLONG rather than EBADRPC.
(it's our implementation limit, not protocol limit.)


To generate a diff of this commit:
cvs rdiff -r1.168 -r1.169 src/sys/nfs/nfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.