Please pull the following changes since commit d1fdb6d8f6a4109a4263176c84b899076a5f8008: Linux 5.2-rc4 (2019-06-08 20:24:46 -0700) are available in the Git repository at: git://git.samba.org/sfrench/cifs-2.6.git tags/5.2-rc5-smb3-fixes for you to fetch changes up to 61cabc7b0a5cf0d3c532cfa96594c801743fe7f6: cifs: fix GlobalMid_Lock bug in cifs_reconnect (2019-06-17 16:27:02 -0500) ---------------------------------------------------------------- four small SMB3 fixes, all for stable ---------------------------------------------------------------- Ronnie Sahlberg (3): cifs: fix panic in smb2_reconnect cifs: add spinlock for the openFileList to cifsInodeInfo cifs: fix GlobalMid_Lock bug in cifs_reconnect Steve French (1): SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing write fs/cifs/cifsfs.c | 1 + fs/cifs/cifsglob.h | 5 +++++ fs/cifs/connect.c | 2 ++ fs/cifs/file.c | 8 ++++++-- fs/cifs/smb2maperror.c | 2 +- fs/cifs/smb2pdu.c | 10 +++++++++- 6 files changed, 24 insertions(+), 4 deletions(-) -- Thanks, Steve