From owner-cvs-all Tue Aug 3 10: 7:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CBC414C92; Tue, 3 Aug 1999 10:07:13 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA13343; Tue, 3 Aug 1999 10:07:06 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199908031707.KAA13343@freefall.freebsd.org> From: Warner Losh Date: Tue, 3 Aug 1999 10:07:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/08/03 10:07:05 PDT Modified files: sys/kern vfs_syscalls.c Log: brucify: o use suser_xxx rather than suser to support JAIL code. o KNF comment convention o use vp->type rather than vaddr.type and eliminate call to VOP_GETATTR. Bruce says that vp->type is valid at this point. Submitted by: bde. Not fixed: o return (value) o Comment needs to be longer and more explicit. It will be after the advisory. Revision Changes Path 1.127 +6 -6 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message