Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194540
b: refs/heads/master
c: 18f9f13
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Apr 27, 2010
1 parent 0a3374a commit 13df2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6c37e5de456987f5bc80879afde05aa120784095
refs/heads/master: 18f9f1365dad1237072d360bc487d8c7a1cae532
2 changes: 1 addition & 1 deletion trunk/include/net/inet_sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ static inline void inet_rps_reset_flow(const struct sock *sk)
#endif
}

static inline void inet_rps_save_rxhash(const struct sock *sk, u32 rxhash)
static inline void inet_rps_save_rxhash(struct sock *sk, u32 rxhash)
{
#ifdef CONFIG_RPS
if (unlikely(inet_sk(sk)->rxhash != rxhash)) {
Expand Down

0 comments on commit 13df2e1

Please sign in to comment.