Date: Wed, 8 Mar 2006 01:43:02 +0000 (UTC) From: Chuck Lever <cel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfsclient nfs_vnops.c Message-ID: <200603080143.k281h2R2052917@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cel 2006-03-08 01:43:02 UTC
FreeBSD src repository
Modified files:
sys/nfsclient nfs_vnops.c
Log:
Fix a bug in NFSv3 READDIRPLUS reply processing
The client's READDIRPLUS logic skips the attributes and
filehandle of the ".." entry. If the server doesn't send
attributes but does send a filehandle for "..", the
client's logic doesn't account for the extra "value
follows" field that indicates whether the filehandle is
present, causing the remaining entries in the reply
to be ignored.
Sponsored by: Network Appliance, Inc.
Reviewed by: rick, mohans
Approved by: silby
MFC after: 2 weeks
Revision Changes Path
1.264 +5 -1 src/sys/nfsclient/nfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603080143.k281h2R2052917>
