aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-input.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rxrpc/ar-input.c')
-rw-r--r--net/rxrpc/ar-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-input.c b/net/rxrpc/ar-input.c
index 1a2b0633fece..529572f18d1f 100644
--- a/net/rxrpc/ar-input.c
+++ b/net/rxrpc/ar-input.c
@@ -76,7 +76,7 @@ int rxrpc_queue_rcv_skb(struct rxrpc_call *call, struct sk_buff *skb,
76 * --ANK */ 76 * --ANK */
77// ret = -ENOBUFS; 77// ret = -ENOBUFS;
78// if (atomic_read(&sk->sk_rmem_alloc) + skb->truesize >= 78// if (atomic_read(&sk->sk_rmem_alloc) + skb->truesize >=
79// (unsigned) sk->sk_rcvbuf) 79// (unsigned int) sk->sk_rcvbuf)
80// goto out; 80// goto out;
81 81
82 ret = sk_filter(sk, skb); 82 ret = sk_filter(sk, skb);