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)
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>

No differences found