Message ID | 20191114061646.22122-1-lsahlber@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | cifs: fix race between compound_send_recv() and the | expand |
Added cc:stable (also to Pavel's patch) and merged into cifs-2.6.git for-next and also updated the github branch used by the buildbot On Thu, Nov 14, 2019 at 12:17 AM Ronnie Sahlberg <lsahlber@redhat.com> wrote: > > Steve, Pavel, > > I don't get any leaks on open() any more with this patch > and no leaks on close() with Pavels patch. > > version 2: > Use is_interrupt_rc() to decide if we should flag the mid as cancelled. > >