cifs: change mkdir to use a compound
authorRonnie Sahlberg <lsahlber@redhat.com>
Mon, 3 Sep 2018 03:33:42 +0000 (13:33 +1000)
committerSteve French <stfrench@microsoft.com>
Wed, 24 Oct 2018 02:16:04 +0000 (21:16 -0500)
commitf733e3936da462265a155f4dd44a333e56d197ed
treea20d83a63e60fd6752007cf0fa01b01ac381586c
parentc5a5f38f075cf7656a1d7ad2b40cbc19e48e9805
cifs: change mkdir to use a compound

This with the previous patch changes mkdir() from needing 6 roundtrips to
just 3.

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