diff options
author | Sachin Prabhu <sprabhu@redhat.com> | 2016-07-11 11:53:20 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2016-07-11 23:20:54 -0400 |
commit | 5b23c97d7ee8fd443c7ff29813ed13f006e8d570 (patch) | |
tree | d9a34804bfc91e1f05c54a300c0de86325e986e3 | |
parent | 92d21ac74a9e3c09b0b01c764e530657e4c85c49 (diff) |
Add MF-Symlinks support for SMB 2.0
We should be able to use the same helper functions used for SMB 2.1 and
later versions.
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
-rw-r--r-- | fs/cifs/smb2ops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/smb2ops.c b/fs/cifs/smb2ops.c index 3525ed756173..527d1ac8583b 100644 --- a/fs/cifs/smb2ops.c +++ b/fs/cifs/smb2ops.c | |||
@@ -1515,6 +1515,8 @@ struct smb_version_operations smb20_operations = { | |||
1515 | .rename = smb2_rename_path, | 1515 | .rename = smb2_rename_path, |
1516 | .create_hardlink = smb2_create_hardlink, | 1516 | .create_hardlink = smb2_create_hardlink, |
1517 | .query_symlink = smb2_query_symlink, | 1517 | .query_symlink = smb2_query_symlink, |
1518 | .query_mf_symlink = smb3_query_mf_symlink, | ||
1519 | .create_mf_symlink = smb3_create_mf_symlink, | ||
1518 | .open = smb2_open_file, | 1520 | .open = smb2_open_file, |
1519 | .set_fid = smb2_set_fid, | 1521 | .set_fid = smb2_set_fid, |
1520 | .close = smb2_close_file, | 1522 | .close = smb2_close_file, |