svn commit: r272080 - head/sys/dev/cxgbe/tom

Navdeep Parhar np at FreeBSD.org
Wed Sep 24 20:08:44 UTC 2014


Author: np
Date: Wed Sep 24 20:08:43 2014
New Revision: 272080
URL: http://svnweb.freebsd.org/changeset/base/272080

Log:
  Update comment (missed this bit in r272079).

Modified:
  head/sys/dev/cxgbe/tom/t4_listen.c

Modified: head/sys/dev/cxgbe/tom/t4_listen.c
==============================================================================
--- head/sys/dev/cxgbe/tom/t4_listen.c	Wed Sep 24 20:04:11 2014	(r272079)
+++ head/sys/dev/cxgbe/tom/t4_listen.c	Wed Sep 24 20:08:43 2014	(r272080)
@@ -1378,8 +1378,7 @@ do_pass_accept_req(struct sge_iq *iq, co
 
 	/*
 	 * If all goes well t4_syncache_respond will get called during
-	 * syncache_add.  Also note that syncache_add releases both pcbinfo and
-	 * pcb locks.
+	 * syncache_add.  Note that syncache_add releases the pcb lock.
 	 */
 	toe_syncache_add(&inc, &to, &th, inp, tod, synqe);
 	INP_UNLOCK_ASSERT(inp);	/* ok to assert, we have a ref on the inp */


More information about the svn-src-head mailing list