commit | 01c64feac45cea1317263eabc4f7ee1b240f297f | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Jan 14 18:45:47 2011 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jan 15 20:07:35 2011 -0500 |
tree | b1df5409132ef04e380104a6617d2781f8e196f0 | |
parent | 36d43a43761b004ad1879ac21471d8fc5f3157ec [diff] |
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>