From d98fc087e9646ef8e1cfbbbc60c01669ac667a64 Mon Sep 17 00:00:00 2001 From: David Sharp Date: Fri, 3 Dec 2010 16:13:23 -0800 Subject: [PATCH] --- yaml --- r: 234523 b: refs/heads/master c: ca9da2dd63b0b32de1b693953dff66cadeb6400b h: refs/heads/master i: 234521: 59b11545aa4d8898e1e5b7bbefc9b2b93e9eff97 234519: b8cdb4f1ebb2ab6d990f9341892246fe98fb334c v: v3 --- [refs] | 2 +- trunk/include/trace/events/skb.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bef05096800c..7ecc7671ada2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ad440ad66f1617194738bf674dfe2d38978ac54d +refs/heads/master: ca9da2dd63b0b32de1b693953dff66cadeb6400b diff --git a/trunk/include/trace/events/skb.h b/trunk/include/trace/events/skb.h index f10293c41b1e..0c68ae22da22 100644 --- a/trunk/include/trace/events/skb.h +++ b/trunk/include/trace/events/skb.h @@ -19,14 +19,14 @@ TRACE_EVENT(kfree_skb, TP_STRUCT__entry( __field( void *, skbaddr ) - __field( unsigned short, protocol ) __field( void *, location ) + __field( unsigned short, protocol ) ), TP_fast_assign( __entry->skbaddr = skb; - __entry->protocol = ntohs(skb->protocol); __entry->location = location; + __entry->protocol = ntohs(skb->protocol); ), TP_printk("skbaddr=%p protocol=%u location=%p",