From owner-freebsd-commit Mon Nov 13 22:21:18 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29961 for freebsd-commit-outgoing; Mon, 13 Nov 1995 22:21:18 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29943 for cvs-all-outgoing; Mon, 13 Nov 1995 22:21:12 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA29921 for cvs-sys-outgoing; Mon, 13 Nov 1995 22:21:03 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA29906 ; Mon, 13 Nov 1995 22:20:55 -0800 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id WAA27783; Mon, 13 Nov 1995 22:20:50 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id WAA04429; Mon, 13 Nov 1995 22:15:12 -0800 Message-Id: <199511140615.WAA04429@corbin.Root.COM> To: Bruce Evans cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/msdosfs msdosfs_vnops.c In-reply-to: Your message of "Tue, 14 Nov 95 08:15:34 +1100." <199511132115.IAA07329@godzilla.zeta.org.au> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 13 Nov 1995 22:15:11 -0800 Sender: owner-commit@FreeBSD.org Precedence: bulk >> Modified: sys/msdosfs msdosfs_vnops.c >> Log: >> Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returned >> for certain common combinations of directory sizes, cluster sizes, and i/o >> sizes (e.g., 4K, 4K, and 4K). The fix in rev. 1.21 was incomplete. >> >> Reviewed by: dfr >> Obtained from: party from NetBSD > >I thought that this bug was related to nfsv3 and didn't affect 2.1, so I >left the fix in my queue for too long. However, it seems to be an old bug. > >2.1 is also missing the fix for the VOP_LINK arg order botch (rev 1.18 of >msdosfs_vnops.c). 2.1 is supposed to be missing the changes from rev 1.18. I didn't bring any of the VOP_LINK argument order changes into the release. -DG