CIFS: Add SMB2 support for mkdir operation

Signed-off-by: Pavel Shilovsky <piastryyy@gmail.com>
Signed-off-by: Steve French <smfrench@gmail.com>
This commit is contained in:
Pavel Shilovsky
2011-07-19 12:56:37 +04:00
committed by Steve French
parent f436720e94
commit a0e731839d
3 changed files with 38 additions and 0 deletions

View File

@@ -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 = {