Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c79e3357166a2ca39fd7613b0eb7f493c1ac5e11
Commit:     c79e3357166a2ca39fd7613b0eb7f493c1ac5e11
Parent:     29d0a309d11bac9e57af914d0d6a35cde0080861
Author:     Ilpo Järvinen <[EMAIL PROTECTED]>
AuthorDate: Sun Oct 7 23:37:25 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Wed Oct 10 16:54:47 2007 -0700

    [TCP]: Comment fastpath_cnt_hint off-by-one trap
    
    Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 include/linux/tcp.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/linux/tcp.h b/include/linux/tcp.h
index f8cf090..9ff456e 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -343,7 +343,8 @@ struct tcp_sock {
        struct sk_buff *forward_skb_hint;
        struct sk_buff *fastpath_skb_hint;
 
-       int     fastpath_cnt_hint;
+       int     fastpath_cnt_hint;      /* Lags behind by current skb's pcount
+                                        * compared to respective fackets_out */
        int     lost_cnt_hint;
        int     retransmit_cnt_hint;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to