commit | c5a5f38f075cf7656a1d7ad2b40cbc19e48e9805 | [log] [tgz] |
---|---|---|
author | Ronnie Sahlberg <lsahlber@redhat.com> | Mon Sep 03 13:33:41 2018 +1000 |
committer | Steve French <stfrench@microsoft.com> | Tue Oct 23 21:16:04 2018 -0500 |
tree | 4078dc3ca7c7cef055fb6c303cad01a94bd8e56e | |
parent | cb5c2e63948451d38c977685fffc06e23beb4517 [diff] |
cifs: add a smb2_compound_op and change QUERY_INFO to use it This turns most open/query-info/close patterns in cifs.ko to become compounds. This changes stat from using 3 roundtrips to just a single one. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>