kernel/net/rxrpc/sendmsg.c
.. .. @@ -733,7 +733,7 @@ 733 733 if (call->tx_total_len != -1 || 734 734 call->tx_pending || 735 735 call->tx_top != 0) 736 - goto error_put;736 + goto out_put_unlock;737 737 call->tx_total_len = p.call.tx_total_len; 738 738 } 739 739 } .. .. @@ -753,7 +753,7 @@ 753 753 fallthrough; 754 754 case 1: 755 755 if (p.call.timeouts.hard > 0) { 756 - j = msecs_to_jiffies(p.call.timeouts.hard);756 + j = p.call.timeouts.hard * HZ;757 757 now = jiffies; 758 758 j += now; 759 759 WRITE_ONCE(call->expect_term_by, j);