Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2009 19:16:36 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186746 - head/sys/kern
Message-ID:  <200901041916.n04JGadR072101@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Sun Jan  4 19:16:36 2009
New Revision: 186746
URL: http://svn.freebsd.org/changeset/base/186746

Log:
  Remove two further uses (debugging and NULLing) of pr_ousrreq, missed due
  to svn commit in the wrong directory.
  
  Spotted by:	bz

Modified:
  head/sys/kern/uipc_debug.c
  head/sys/kern/uipc_domain.c

Modified: head/sys/kern/uipc_debug.c
==============================================================================
--- head/sys/kern/uipc_debug.c	Sun Jan  4 19:03:42 2009	(r186745)
+++ head/sys/kern/uipc_debug.c	Sun Jan  4 19:16:36 2009	(r186746)
@@ -322,7 +322,6 @@ db_print_protosw(struct protosw *pr, con
 
 	db_print_indent(indent);
 	db_printf("pr_ctloutput: %p   ", pr->pr_ctloutput);
-	db_printf("pr_ousrreq: %p   ", pr->pr_ousrreq);
 	db_printf("pr_init: %p\n", pr->pr_init);
 
 	db_print_indent(indent);
@@ -331,7 +330,6 @@ db_print_protosw(struct protosw *pr, con
 	db_printf("pr_drain: %p\n", pr->pr_drain);
 
 	db_print_indent(indent);
-	db_printf("pr_ousrreq: %p\n", pr->pr_ousrreq);
 }
 
 static void

Modified: head/sys/kern/uipc_domain.c
==============================================================================
--- head/sys/kern/uipc_domain.c	Sun Jan  4 19:03:42 2009	(r186745)
+++ head/sys/kern/uipc_domain.c	Sun Jan  4 19:16:36 2009	(r186746)
@@ -426,7 +426,6 @@ found:
 	dpr->pr_output = NULL;
 	dpr->pr_ctlinput = NULL;
 	dpr->pr_ctloutput = NULL;
-	dpr->pr_ousrreq = NULL;
 	dpr->pr_init = NULL;
 	dpr->pr_fasttimo = NULL;
 	dpr->pr_slowtimo = NULL;



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