cifs: Add create MFSymlinks to protocol ops struct
authorSachin Prabhu <sprabhu@redhat.com>
Mon, 25 Nov 2013 17:09:52 +0000 (17:09 +0000)
committerSteve French <smfrench@gmail.com>
Mon, 20 Jan 2014 06:14:00 +0000 (00:14 -0600)
commitcbb0aba6ff3ff5b64f094f81f4d99d2323c0afcc
treeea11e115ecfc85225e7abda30ccf75db5996f3cf
parent8205d1bb31af047c6893a4f9e86ed88cf5d6113d
cifs: Add create MFSymlinks to protocol ops struct

Add a new protocol ops function create_mf_symlink and have
create_mf_symlink() use it.

This patchset moves the MFSymlink operations completely to the
ops structure so that we only use the right protocol versions when
querying or creating MFSymlinks.

Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsglob.h
fs/cifs/cifsproto.h
fs/cifs/link.c
fs/cifs/smb1ops.c