diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/bpf/sockmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bpf/sockmap.c b/kernel/bpf/sockmap.c index 79f5e8988889..c6de1393df63 100644 --- a/kernel/bpf/sockmap.c +++ b/kernel/bpf/sockmap.c | |||
@@ -1875,7 +1875,7 @@ static int sock_map_ctx_update_elem(struct bpf_sock_ops_kern *skops, | |||
1875 | write_unlock_bh(&osock->sk_callback_lock); | 1875 | write_unlock_bh(&osock->sk_callback_lock); |
1876 | } | 1876 | } |
1877 | out: | 1877 | out: |
1878 | return 0; | 1878 | return err; |
1879 | } | 1879 | } |
1880 | 1880 | ||
1881 | int sock_map_prog(struct bpf_map *map, struct bpf_prog *prog, u32 type) | 1881 | int sock_map_prog(struct bpf_map *map, struct bpf_prog *prog, u32 type) |