* [PATCH] net: Tyop of sk_filter() comment
@ 2008-07-01 9:19 Wang Chen
2008-07-02 2:55 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Wang Chen @ 2008-07-01 9:19 UTC (permalink / raw)
To: David S. Miller; +Cc: NETDEV
Parameter "needlock" no long exists.
Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
---
diff --git a/net/core/filter.c b/net/core/filter.c
index 4f83697..df37443 100644
--- a/net/core/filter.c
+++ b/net/core/filter.c
@@ -68,7 +68,6 @@ static inline void *load_pointer(struct sk_buff *skb, int k,
* sk_filter - run a packet through a socket filter
* @sk: sock associated with &sk_buff
* @skb: buffer to filter
- * @needlock: set to 1 if the sock is not locked by caller.
*
* Run the filter code and then cut skb->data to correct size returned by
* sk_run_filter. If pkt_len is 0 we toss packet. If skb->len is smaller
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net: Tyop of sk_filter() comment
2008-07-01 9:19 [PATCH] net: Tyop of sk_filter() comment Wang Chen
@ 2008-07-02 2:55 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-07-02 2:55 UTC (permalink / raw)
To: wangchen; +Cc: netdev
From: Wang Chen <wangchen@cn.fujitsu.com>
Date: Tue, 01 Jul 2008 17:19:21 +0800
> Parameter "needlock" no long exists.
>
> Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-02 2:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-01 9:19 [PATCH] net: Tyop of sk_filter() comment Wang Chen
2008-07-02 2:55 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).