]> git.ipfire.org Git - thirdparty/linux.git/commit - fs/cifs/cifsglob.h
cifs: Rename and cleanup open_query_close_cifs_symlink()
authorSachin Prabhu <sprabhu@redhat.com>
Mon, 25 Nov 2013 17:09:49 +0000 (17:09 +0000)
committerSteve French <smfrench@gmail.com>
Mon, 20 Jan 2014 06:13:51 +0000 (00:13 -0600)
commitb5be1a1c4c57a092cb60c709a0491d4ecead3d58
tree03479ca9fadcac5f8313603b2905f7ac3d061951
parentabf9767c823bf57837c2032f21332a6efc38a13e
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 <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