]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0cc85828576c36d711936225a49d6f6e8c2bcb4b
treeea11e115ecfc85225e7abda30ccf75db5996f3cf
parentfc6365c51169667324b766d90d7a47119a1d4ba7
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