From owner-cvs-sys Sun May 17 23:42:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17606 for cvs-sys-outgoing; Sun, 17 May 1998 23:42:46 -0700 (PDT) (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 XAA17570; Sun, 17 May 1998 23:42:33 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA27529; Sun, 17 May 1998 23:38:19 -0700 (PDT) Date: Sun, 17 May 1998 23:38:19 -0700 (PDT) Message-Id: <199805180638.XAA27529@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/05/17 23:38:19 PDT Modified files: sys/ufs/ffs ffs_vfsops.c Log: try stop the user from using mount -u to set the async flag on a filesystem currently using soft updates. Also needs a new copy of ffs_softdep.c to complete the fix. Revision Changes Path 1.82 +11 -1 src/sys/ufs/ffs/ffs_vfsops.c