From owner-freebsd-current Mon Jan 22 10:27:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 106AF37B400 for ; Mon, 22 Jan 2001 10:27:25 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id NAA40361; Mon, 22 Jan 2001 13:27:20 -0500 (EST) (envelope-from wollman) Date: Mon, 22 Jan 2001 13:27:20 -0500 (EST) From: Garrett Wollman Message-Id: <200101221827.NAA40361@khavrinen.lcs.mit.edu> To: Bruce Evans Cc: current@FreeBSD.ORG Subject: current panics in mount(2) In-Reply-To: References: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Somehow there were few problems when `struct mtx' was added to > `struct ucred'. The critical args were probably usually 0. It's a bug that mount(2) uses a bare `struct ucred' and not a well-defined, user-exportable credential structure (like struct cmsgcred used for SCM_CREDS ancillary data). -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message