ALSA: snd-aloop - fix issue in the timer start function
[deliverable/linux.git] / net / rds / tcp_recv.c
index e08ec912d8b0f3f3181e32365a567abb2d916ebe..1aba6878fa5dc42d4c54473350fde61d714a184c 100644 (file)
@@ -98,6 +98,7 @@ int rds_tcp_inc_copy_to_user(struct rds_incoming *inc, struct iovec *first_iov,
                                goto out;
                        }
 
+                       rds_stats_add(s_copy_to_user, to_copy);
                        size -= to_copy;
                        ret += to_copy;
                        skb_off += to_copy;
This page took 0.023334 seconds and 5 git commands to generate.