summaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2ops.c
diff options
context:
space:
mode:
authorPavel Shilovsky2011-07-19 10:56:37 +0200
committerSteve French2012-07-27 22:17:43 +0200
commita0e731839dd461eee0fe2dc026e0965e961e2730 (patch)
treea263e2f49d0c427154c2cfb0446dbe29e53612ce /fs/cifs/smb2ops.c
parentCIFS: Separate protocol specific part from mkdir (diff)
downloadkernel-qcow2-linux-a0e731839dd461eee0fe2dc026e0965e961e2730.tar.gz
kernel-qcow2-linux-a0e731839dd461eee0fe2dc026e0965e961e2730.tar.xz
kernel-qcow2-linux-a0e731839dd461eee0fe2dc026e0965e961e2730.zip
CIFS: Add SMB2 support for mkdir operation
Signed-off-by: Pavel Shilovsky <piastryyy@gmail.com> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/smb2ops.c')
-rw-r--r--fs/cifs/smb2ops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/smb2ops.c b/fs/cifs/smb2ops.c
index 410cf925ea26..cc74871d2598 100644
--- a/fs/cifs/smb2ops.c
+++ b/fs/cifs/smb2ops.c
@@ -318,6 +318,8 @@ struct smb_version_operations smb21_operations = {
.query_path_info = smb2_query_path_info,
.get_srv_inum = smb2_get_srv_inum,
.build_path_to_root = smb2_build_path_to_root,
+ .mkdir = smb2_mkdir,
+ .mkdir_setinfo = smb2_mkdir_setinfo,
};
struct smb_version_values smb21_values = {