mbox series

[0/1] cifs: fix race between compound_send_recv() and the demultiplex thread

Message ID 20191114014226.26461-1-lsahlber@redhat.com (mailing list archive)
Headers show
Series cifs: fix race between compound_send_recv() and the demultiplex thread | expand

Message

Ronnie Sahlberg Nov. 14, 2019, 1:42 a.m. UTC
List, Pavel

Here is a small patch that fixes another race where we leak a handle on an interrupted open()
Please review.