OSDN Git Service

cifs: use a compound for setting an xattr
authorRonnie Sahlberg <lsahlber@redhat.com>
Tue, 6 Nov 2018 12:52:43 +0000 (22:52 +1000)
committerSteve French <stfrench@microsoft.com>
Mon, 24 Dec 2018 04:36:24 +0000 (22:36 -0600)
commit0967e5457954370cc4e9902bd47b142e9655365f
tree0a847c217145500fa00a8aba591e1971fe6a2343
parent5890255b83f3ce9ef9202804dfab744033c0e603
cifs: use a compound for setting an xattr

Improve performance by reducing number of network round trips
for set xattr.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2ops.c