Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2003 11:11:08 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 36495 for review
Message-ID:  <200308201811.h7KIB8Rn081876@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=36495

Change 36495 by rwatson@rwatson_paprika on 2003/08/20 11:10:15

	More cleanup of unnecessary diffs from the last integ.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/kern/subr_witness.c#5 edit
.. //depot/projects/trustedbsd/sebsd/sys/kern/vfs_bio.c#4 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/kern/subr_witness.c#5 (text+ko) ====

@@ -307,7 +307,6 @@
 	{ "ipi", &lock_class_mtx_spin },
 #endif
 #endif
-#endif
 	{ "clk", &lock_class_mtx_spin },
 	{ "mutex profiling lock", &lock_class_mtx_spin },
 	{ "kse zombie lock", &lock_class_mtx_spin },

==== //depot/projects/trustedbsd/sebsd/sys/kern/vfs_bio.c#4 (text+ko) ====

@@ -493,7 +493,6 @@
 bufinit(void)
 {
 	struct buf *bp;
-	vm_offset_t bogus_offset;
 	int i;
 
 	GIANT_REQUIRED;


home | help

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