Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 20:08:44 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272080 - head/sys/dev/cxgbe/tom
Message-ID:  <201409242008.s8OK8iHe072168@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



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