NFS: Fix the fsid revalidation in nfs_update_inode()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 6 Mar 2008 17:34:50 +0000 (12:34 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 7 Mar 2008 19:35:37 +0000 (14:35 -0500)
When we detect that we've crossed a mountpoint on the remote server, we
must take care not to use that inode to revalidate the fsid on our
current superblock. To do so, we label the inode as a remote mountpoint,
and check for that in nfs_update_inode().

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

No differences found