From: Sachin Prabhu Date: Mon, 25 Nov 2013 17:09:49 +0000 (+0000) Subject: cifs: Rename and cleanup open_query_close_cifs_symlink() X-Git-Tag: v3.14-rc1~11^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5be1a1c4c57a092cb60c709a0491d4ecead3d58;p=pandora-kernel.git cifs: Rename and cleanup open_query_close_cifs_symlink() Rename open_query_close_cifs_symlink to cifs_query_mf_symlink() to make the name more consistent with other protocol version specific functions. We also pass tcon as an argument to the function. This is already available in the calling functions and we can avoid having to make an unnecessary lookup. Signed-off-by: Sachin Prabhu Reviewed-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed