commit | dc9300a670aebb22e9b04b3664da6b218b29ab60 | [log] [tgz] |
---|---|---|
author | Ronnie Sahlberg <lsahlber@redhat.com> | Fri Aug 30 09:53:56 2019 +1000 |
committer | Steve French <stfrench@microsoft.com> | Mon Sep 16 11:43:37 2019 -0500 |
tree | 51a5756159b7d5dcf6d45f8345f3ef38d11de8c9 | |
parent | 8de9e86c67baa71c661b9ba59a4e23210d98bc79 [diff] |
cifs: use existing handle for compound_op(OP_SET_INFO) when possible If we already have a writable handle for a path we want to set the attributes for then use that instead of a create/set-info/close compound. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>