Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183697
b: refs/heads/master
c: 11380a4
h: refs/heads/master
i:
  183695: 3a2d654
v: v3
  • Loading branch information
David S. Miller committed Jan 19, 2010
1 parent 091b2e7 commit 51dc457
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6373464288cab09bc641be301d8d30fc9f64ba71
refs/heads/master: 11380a4b2d86fae9a6bce75c9373668cc323fe57
1 change: 0 additions & 1 deletion trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,6 @@ extern int netif_rx(struct sk_buff *skb);
extern int netif_rx_ni(struct sk_buff *skb);
#define HAVE_NETIF_RECEIVE_SKB 1
extern int netif_receive_skb(struct sk_buff *skb);
extern void napi_gro_flush(struct napi_struct *napi);
extern gro_result_t dev_gro_receive(struct napi_struct *napi,
struct sk_buff *skb);
extern gro_result_t napi_skb_finish(gro_result_t ret, struct sk_buff *skb);
Expand Down
3 changes: 1 addition & 2 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@ static int napi_gro_complete(struct sk_buff *skb)
return netif_receive_skb(skb);
}

void napi_gro_flush(struct napi_struct *napi)
static void napi_gro_flush(struct napi_struct *napi)
{
struct sk_buff *skb, *next;

Expand All @@ -2595,7 +2595,6 @@ void napi_gro_flush(struct napi_struct *napi)
napi->gro_count = 0;
napi->gro_list = NULL;
}
EXPORT_SYMBOL(napi_gro_flush);

enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
{
Expand Down

0 comments on commit 51dc457

Please sign in to comment.