Re: [PATCH] vsock: Simplify '__vsock_release()'
From: Stefano Garzarella <sgarzare@redhat.com>
Date: 2019-11-02 17:12:05
Also in:
kernel-janitors, lkml
From: Stefano Garzarella <sgarzare@redhat.com>
Date: 2019-11-02 17:12:05
Also in:
kernel-janitors, lkml
On Thu, Oct 31, 2019 at 10:49 AM Christophe JAILLET [off-list ref] wrote:
Le 31/10/2019 à 10:36, Sergei Shtylyov a écrit :quoted
Hello! On 31.10.2019 9:47, Christophe JAILLET wrote:quoted
Use '__skb_queue_purge()' instead of re-implementing it.In don't see that double underscore below...This is a typo in the commit message. There is no need for __ because skb_dequeue was used. Could you fix it directly in the commit message (preferred solution for me) or should I send a V2?
I think is better if you send a v2 fixing this and including the R-b tags. My R-b stays with that fixed :-) Thanks, Stefano