From owner-cvs-all Sat Oct 31 07:39:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08756 for cvs-all-outgoing; Sat, 31 Oct 1998 07:39:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA08751; Sat, 31 Oct 1998 07:39:30 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA18679; Sat, 31 Oct 1998 07:39:31 -0800 (PST) Date: Sat, 31 Oct 1998 07:39:31 -0800 (PST) Message-Id: <199810311539.HAA18679@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_serv.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/10/31 07:39:31 PST Modified files: sys/nfs nfs_serv.c Log: vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm not sure that this is necessary to be a sync write here since a VOP_FSYNC() follows and it will schedule, sort and complete the writes that the vm_object_page_clean() started (as I think I understand things). Revision Changes Path 1.70 +2 -2 src/sys/nfs/nfs_serv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message