diff options
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index bc476a19f28e..c9175562039f 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -1339,7 +1339,7 @@ static inline bool sk_wmem_schedule(struct sock *sk, int size) | |||
1339 | } | 1339 | } |
1340 | 1340 | ||
1341 | static inline bool | 1341 | static inline bool |
1342 | sk_rmem_schedule(struct sock *sk, struct sk_buff *skb, unsigned int size) | 1342 | sk_rmem_schedule(struct sock *sk, struct sk_buff *skb, int size) |
1343 | { | 1343 | { |
1344 | if (!sk_has_account(sk)) | 1344 | if (!sk_has_account(sk)) |
1345 | return true; | 1345 | return true; |