commit | 61351d6d54e651ec4098445afa5ddc2092c4741a | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Fri Oct 19 00:32:41 2018 -0500 |
committer | Steve French <stfrench@microsoft.com> | Tue Oct 23 21:16:05 2018 -0500 |
tree | 9310721a7fc57dac0ace12cea35c4ea7231f7675 | |
parent | 0cb012d1a0a9ead759112da141698a2078fbf2ce [diff] |
smb3: send backup intent on compounded query info When mounting with backupuid set, we should be setting CREATE_OPEN_BACKUP_INTENT flag on compounded opens as well, especially the case of compounded smb2_query_path_info. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>