From owner-freebsd-commit Sun Oct 22 02:38:09 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01344 for freebsd-commit-outgoing; Sun, 22 Oct 1995 02:38:09 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01331 for cvs-all-outgoing; Sun, 22 Oct 1995 02:38:04 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01321 for cvs-sys-outgoing; Sun, 22 Oct 1995 02:38:01 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA01310 ; Sun, 22 Oct 1995 02:37:49 -0700 Date: Sun, 22 Oct 1995 02:37:49 -0700 From: David Greenman Message-Id: <199510220937.CAA01310@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/nfs nfs_vnops.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/22 02:37:48 Modified: sys/nfs nfs_vnops.c Log: Fix order problem: unbusy pages before releasing the buffer. Submitted by: John Dyson