NFS: Fix an Oops in NFS unmount
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 12 Dec 2007 16:12:15 +0000 (11:12 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 12 Dec 2007 16:12:15 +0000 (11:12 -0500)
Ensure that the dummy 'root dentry' is invisible to d_find_alias(). If not,
then it may be spliced into the tree if a parent directory from the same
filesystem gets mounted at a later time.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found