commit | 96164ab2d880c9539989bea68d4790f6fd619b1f | [log] [tgz] |
---|---|---|
author | Ronnie Sahlberg <lsahlber@redhat.com> | Thu Apr 26 08:10:18 2018 -0600 |
committer | Steve French <stfrench@microsoft.com> | Sun May 27 17:56:35 2018 -0500 |
tree | 21006852808517051131cd386e77a3ebeffda095 | |
parent | 71992e62b864e490d894184b3e5ae88f0635e524 [diff] |
cifs: store the leaseKey in the fid on SMB2_open In SMB2_open(), if we got a lease we need to store this in the fid structure or else we will never be able to map a lease break back to which file/fid it applies to. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Steve French <smfrench@gmail.com>