svn commit: r275637 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Tue Dec 9 09:36:29 UTC 2014


Author: kib
Date: Tue Dec  9 09:36:28 2014
New Revision: 275637
URL: https://svnweb.freebsd.org/changeset/base/275637

Log:
  Apply chunk forgotten in r275620.  Remove local variable for real.
  
  CID:	1257462
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/kern/vfs_subr.c

Modified: head/sys/kern/vfs_subr.c
==============================================================================
--- head/sys/kern/vfs_subr.c	Tue Dec  9 08:56:01 2014	(r275636)
+++ head/sys/kern/vfs_subr.c	Tue Dec  9 09:36:28 2014	(r275637)
@@ -1788,7 +1788,6 @@ sched_sync(void)
 	int last_work_seen;
 	int net_worklist_len;
 	int syncer_final_iter;
-	int first_printf;
 	int error;
 
 	last_work_seen = 0;


More information about the svn-src-head mailing list