]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: move unix extension call to cifs_query_symlink()
authorSachin Prabhu <sprabhu@redhat.com>
Wed, 27 Nov 2013 13:27:12 +0000 (13:27 +0000)
committerSteve French <smfrench@gmail.com>
Mon, 20 Jan 2014 06:14:05 +0000 (00:14 -0600)
commit0ecdb4f572f6ab2219a01e3af349863f6e8b45af
tree7c0979808ff41e9d66f11342cb448e797865f395
parent0f8dce1cb7454f8795b73c5695a28e7a21a57ba0
cifs: move unix extension call to cifs_query_symlink()

Unix extensions rigth now are only applicable to smb1 operations.
Move the check and subsequent unix extension call to the smb1
specific call to query_symlink() ie. cifs_query_symlink().

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/link.c
fs/cifs/smb1ops.c