]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Use d_automount() rather than abusing follow_link()
authorDavid Howells <dhowells@redhat.com>
Fri, 14 Jan 2011 18:45:42 +0000 (18:45 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 16 Jan 2011 01:07:34 +0000 (20:07 -0500)
commitddb9e1eb5463106349af5804b92b04d9af26176b
tree6cb6c6d978f4e58de7f9bf901707d6929f098345
parent9942439e90d5eea4d5d1244bc27a9b4f6fdebb9e
NFS: Use d_automount() rather than abusing follow_link()

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

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by: Ian Kent <raven@themaw.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/nfs/dir.c
fs/nfs/inode.c
fs/nfs/internal.h
fs/nfs/namespace.c
include/linux/nfs_fs.h