Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
[linux-2.6-microblaze.git] / include / linux / skmsg.h
index e2fb0a5..aba0f0f 100644 (file)
@@ -404,7 +404,6 @@ static inline void sk_psock_cork_free(struct sk_psock *psock)
 static inline void sk_psock_restore_proto(struct sock *sk,
                                          struct sk_psock *psock)
 {
-       sk->sk_prot->unhash = psock->saved_unhash;
        if (psock->psock_update_sk_prot)
                psock->psock_update_sk_prot(sk, psock, true);
 }