Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2006 10:06:01 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 108223 for review
Message-ID:  <200610211006.k9LA61px028900@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108223

Change 108223 by rwatson@rwatson_peppercorn on 2006/10/21 10:05:57

	Remove unneeded suser in RELENG_6; this is already gone in HEAD.

Affected files ...

.. //depot/projects/trustedbsd/priv6/src/sys/kern/kern_ktr.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/priv6/src/sys/kern/kern_ktr.c#2 (text+ko) ====

@@ -141,9 +141,6 @@
 	if (enable) {
 		if (ktr_alq_enabled)
 			return (0);
-		error = suser(curthread);
-		if (error)
-			return (error);
 		error = alq_open(&ktr_alq, (const char *)ktr_alq_file,
 		    req->td->td_ucred, ALQ_DEFAULT_CMODE,
 		    sizeof(struct ktr_entry), ktr_alq_depth);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610211006.k9LA61px028900>