Loading net/kcm/kcmsock.c +2 −2 Original line number Diff line number Diff line Loading @@ -663,7 +663,7 @@ static int kcm_write_msgs(struct kcm_sock *kcm) /* Hard failure in sending message, abort this * psock since it has lost framing * synchonization and retry sending the * synchronization and retry sending the * message from the beginning. */ kcm_abort_tx_psock(psock, ret ? -ret : EPIPE, Loading Loading @@ -1419,7 +1419,7 @@ static int kcm_attach(struct socket *sock, struct socket *csock, write_lock_bh(&csk->sk_callback_lock); /* Check if sk_user_data is aready by KCM or someone else. /* Check if sk_user_data is already by KCM or someone else. * Must be done under lock to prevent race conditions. */ if (csk->sk_user_data) { Loading Loading
net/kcm/kcmsock.c +2 −2 Original line number Diff line number Diff line Loading @@ -663,7 +663,7 @@ static int kcm_write_msgs(struct kcm_sock *kcm) /* Hard failure in sending message, abort this * psock since it has lost framing * synchonization and retry sending the * synchronization and retry sending the * message from the beginning. */ kcm_abort_tx_psock(psock, ret ? -ret : EPIPE, Loading Loading @@ -1419,7 +1419,7 @@ static int kcm_attach(struct socket *sock, struct socket *csock, write_lock_bh(&csk->sk_callback_lock); /* Check if sk_user_data is aready by KCM or someone else. /* Check if sk_user_data is already by KCM or someone else. * Must be done under lock to prevent race conditions. */ if (csk->sk_user_data) { Loading