OSDN Git Service

Merge tag '5.1-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Apr 2019 06:21:25 +0000 (20:21 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Apr 2019 06:21:25 +0000 (20:21 -1000)
commit145f47c7381d43c789cbad55d4dbfd28fc6c46a4
tree4d73fb971d791dbb12060c952b49cba4c0cb5676
parent8ed86627f715eacbd6db6862f9499d6d96ea4ad6
parent4811e3096daaa56e145a1d2bec45e2e9fe790729
Merge tag '5.1-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb3 fixes from Steve French:
 "Four smb3 fixes for stable:

   - fix an open path where we had an unitialized structure

   - fix for snapshot (previous version) enumeration

   - allow reconnect timeout on handles to be configurable to better
     handle network or server crash

   - correctly handle lack of file_all_info structure"

* tag '5.1-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.
  SMB3: Allow persistent handle timeout to be configurable on mount
  smb3: Fix enumerating snapshots to Azure
  cifs: fix kref underflow in close_shroot()