Date: Mon, 22 Jan 2001 13:27:20 -0500 (EST) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> To: Bruce Evans <bde@zeta.org.au> Cc: current@FreeBSD.ORG Subject: current panics in mount(2) Message-ID: <200101221827.NAA40361@khavrinen.lcs.mit.edu> In-Reply-To: <Pine.BSF.4.21.0101230059070.29544-100000@besplex.bde.org> References: <Pine.BSF.4.21.0101230059070.29544-100000@besplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Tue, 23 Jan 2001 01:28:11 +1100 (EST), Bruce Evans <bde@zeta.org.au> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101221827.NAA40361>