Loading fs/dlm/lowcomms-tcp.c +0 −2 Original line number Diff line number Diff line Loading @@ -319,8 +319,6 @@ static int receive_from_sock(struct connection *con) if (ret <= 0) goto out_close; if (ret == -EAGAIN) goto out_resched; if (ret == len) call_again_soon = 1; Loading Loading
fs/dlm/lowcomms-tcp.c +0 −2 Original line number Diff line number Diff line Loading @@ -319,8 +319,6 @@ static int receive_from_sock(struct connection *con) if (ret <= 0) goto out_close; if (ret == -EAGAIN) goto out_resched; if (ret == len) call_again_soon = 1; Loading