diff options
author | Sachin Prabhu <sprabhu@redhat.com> | 2016-07-11 16:53:20 +0100 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2016-07-11 22:20:54 -0500 |
commit | 5b23c97d7ee8fd443c7ff29813ed13f006e8d570 (patch) | |
tree | d9a34804bfc91e1f05c54a300c0de86325e986e3 /fs/cifs | |
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>
Diffstat (limited to 'fs/cifs')
-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 = { .rename = smb2_rename_path, .create_hardlink = smb2_create_hardlink, .query_symlink = smb2_query_symlink, + .query_mf_symlink = smb3_query_mf_symlink, + .create_mf_symlink = smb3_create_mf_symlink, .open = smb2_open_file, .set_fid = smb2_set_fid, .close = smb2_close_file, |