svn commit: r272199 - head/sys/netinet

Adrian Chadd adrian at FreeBSD.org
Sat Sep 27 05:14:03 UTC 2014


Author: adrian
Date: Sat Sep 27 05:14:02 2014
New Revision: 272199
URL: http://svnweb.freebsd.org/changeset/base/272199

Log:
  Remove an un-needed bit of pre-processor work - it all lives inside
  #ifdef RSS.

Modified:
  head/sys/netinet/ip_input.c

Modified: head/sys/netinet/ip_input.c
==============================================================================
--- head/sys/netinet/ip_input.c	Sat Sep 27 04:53:51 2014	(r272198)
+++ head/sys/netinet/ip_input.c	Sat Sep 27 05:14:02 2014	(r272199)
@@ -1222,9 +1222,7 @@ found:
 		M_HASHTYPE_SET(m, rss_type);
 		m->m_flags |= M_FLOWID;
 	}
-#endif
 
-#ifdef	RSS
 	/*
 	 * Queue/dispatch for reprocessing.
 	 *


More information about the svn-src-all mailing list