diff options
-rw-r--r-- | net/ipv4/tcp_bpf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_bpf.c b/net/ipv4/tcp_bpf.c index b7918d4caa30..3b45fe530f91 100644 --- a/net/ipv4/tcp_bpf.c +++ b/net/ipv4/tcp_bpf.c | |||
@@ -145,6 +145,7 @@ msg_bytes_ready: | |||
145 | ret = err; | 145 | ret = err; |
146 | goto out; | 146 | goto out; |
147 | } | 147 | } |
148 | copied = -EAGAIN; | ||
148 | } | 149 | } |
149 | ret = copied; | 150 | ret = copied; |
150 | out: | 151 | out: |