CIFS: Use d_automount() rather than abusing follow_link()
authorDavid Howells <dhowells@redhat.com>
Fri, 14 Jan 2011 18:45:47 +0000 (18:45 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 16 Jan 2011 01:07:35 +0000 (20:07 -0500)
commit01c64feac45cea1317263eabc4f7ee1b240f297f
treeb1df5409132ef04e380104a6617d2781f8e196f0
parent36d43a43761b004ad1879ac21471d8fc5f3157ec
CIFS: Use d_automount() rather than abusing follow_link()

Make CIFS use the new d_automount() dentry operation rather than abusing
follow_link() on directories.

[NOTE: THIS IS UNTESTED!]

Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Steve French <sfrench@samba.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/cifs/cifs_dfs_ref.c
fs/cifs/cifsfs.h
fs/cifs/dir.c
fs/cifs/inode.c