From owner-cvs-all Fri Sep 22 5:22:39 2000 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 06B6A37B423; Fri, 22 Sep 2000 05:22:37 -0700 (PDT) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA86734; Fri, 22 Sep 2000 05:22:37 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <200009221222.FAA86734@freefall.freebsd.org> From: Eivind Eklund Date: Fri, 22 Sep 2000 05:22:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eivind 2000/09/22 05:22:36 PDT Modified files: sys/kern vfs_subr.c Log: Style fixes: * Add lots of comments * Convert a couple of assertions to KASSERT() * Minimal whitespace & misapplied {} fixes * Convert #if 0 to #if COMPILING_LINT for code we presently do not support, but want to keep available. Reviewed by: adrian, markm Revision Changes Path 1.279 +108 -53 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message