From owner-freebsd-current Sun May 11 12:29:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA10042 for current-outgoing; Sun, 11 May 1997 12:29:24 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id MAA10037; Sun, 11 May 1997 12:29:22 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA06039; Sun, 11 May 1997 12:24:29 -0700 From: Terry Lambert Message-Id: <199705111924.MAA06039@phaeton.artisoft.com> Subject: CHANGED PATCHES: NFS server locking support To: davem@jenolan.rutgers.edu (David S. Miller) Date: Sun, 11 May 1997 12:24:28 -0700 (MST) Cc: terry@lambert.org, hackers@FreeBSD.ORG, current@FreeBSD.ORG In-Reply-To: <199705111610.MAA10855@jenolan.caipgeneral> from "David S. Miller" at May 11, 97 12:10:31 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Well, I was playing with NFS client locking support a bit (nothing that I'm willing to release at this point; the net access code is seriously gross, given the way NFS sockets are handled by the nfs_mount command: Bletch!). It seems that the patches would work the way they are for the existing code, since a veto never occurs... but would fail to remove the provisional locks in the veto case. Go figure. 8-). In any case, I've updated the patches (added a "discard" parameter to lf_commit() for the veto case) and everything seems to be working. > For people without freefall accounts, these files have also been placed > for FTP at: > > ftp://cdrom.com/pub/FreeBSD/incoming/TERRY.LOCK.README > ftp://cdrom.com/pub/FreeBSD/incoming/TERRY.LOCK.DIFF > ftp://cdrom.com/pub/FreeBSD/incoming/TERRY.NAMEI.FREEZE > > Can someone put these somewhere where they can be read? I have taken ben@narcissus.ml.org (Snob Art Genre) up on his offer; the files can be found at: ftp://narcissus.ml.org/incoming/TERRY.LOCK.DIFF ftp://narcissus.ml.org/incoming/TERRY.LOCK.DIFF.README ftp://narcissus.ml.org/incoming/TERRY.NAMEI.DIFF.FREEZE Let me know if anyone finds any problems. Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.