From owner-cvs-sys Sun Mar 29 19:25:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01771 for cvs-sys-outgoing; Sun, 29 Mar 1998 19:25:54 -0800 (PST) (envelope-from owner-cvs-sys) 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 TAA00253; Sun, 29 Mar 1998 19:23:33 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA05091; Sun, 29 Mar 1998 10:23:56 -0800 (PST) Date: Sun, 29 Mar 1998 10:23:56 -0800 (PST) Message-Id: <199803291823.KAA05091@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_syscalls.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1998/03/29 10:23:45 PST Modified files: sys/kern vfs_syscalls.c Log: Correct a significant problem with the softupdates port. Allow fsync to work properly within the softupdates framework, and thereby eliminate some unfortunate panics. Revision Changes Path 1.96 +11 -4 src/sys/kern/vfs_syscalls.c