Date: Sun, 30 Dec 2001 22:56:31 -0800 (PST) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_common.c Message-ID: <200112310656.fBV6uVT21497@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2001/12/30 22:56:31 PST Modified files: sys/nfs nfs_common.c Log: When the old nfsm_adv() macro was moved to nfsm_adv_xx(), a '>=' must have been inadvertently changed to '>'. This broke nfsm_adv() in the case where the advancement count is equal to the amount of data remaining in the current mbuf. Instead of moving the current position N bytes forward, nfs_adv() could end up moving it back to N bytes from the start of the mbuf data. This should fix the client-side readdirplus problems that have been reported since September. Revision Changes Path 1.110 +1 -1 src/sys/nfs/nfs_common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112310656.fBV6uVT21497>