From owner-cvs-sbin Sat Sep 27 06:49:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA23861 for cvs-sbin-outgoing; Sat, 27 Sep 1997 06:49:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA23832; Sat, 27 Sep 1997 06:49:25 -0700 (PDT) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA29124; Sat, 27 Sep 1997 06:44:20 -0700 (PDT) Date: Sat, 27 Sep 1997 06:44:20 -0700 (PDT) Message-Id: <199709271344.GAA29124@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount mntopts.h mount.8 mount.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1997/09/27 06:44:19 PDT Modified files: sbin/mount mntopts.h mount.8 mount.c Log: Add noclusterr and noclusterw options. The noclusterr and noclusterw disable clustered read and write, respectively. Reviewed by: bde Revision Changes Path 1.11 +6 -2 src/sbin/mount/mntopts.h 1.19 +5 -1 src/sbin/mount/mount.8 1.20 +7 -1 src/sbin/mount/mount.c