From owner-cvs-all Fri Jun 14 13: 5:23 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8F8F37B41D; Fri, 14 Jun 2002 13:05:09 -0700 (PDT) Received: (from mux@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5EK4ML45286; Fri, 14 Jun 2002 13:04:22 -0700 (PDT) (envelope-from mux) Message-Id: <200206142004.g5EK4ML45286@freefall.freebsd.org> From: Maxime Henrion Date: Fri, 14 Jun 2002 13:04:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/06/14 13:04:21 PDT Modified files: sys/sys mount.h sys/kern vfs_subr.c Log: Change vfs_copyopt() so that the length argument passed to it must be the exact same size as the mount option. This makes vfs_copyopt() much more useful. Revision Changes Path 1.361 +7 -10 src/sys/kern/vfs_subr.c 1.127 +1 -1 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message