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)
commitc37dcd334c0b0a46a90cfa13b9f69e2aaa89bc09
tree0792bbc64fff676c76a696a76a9f703cd9500145
parentee1a2c564f67407947e89f1dac75ac0af0ba88c7
NFS: Fix the fsid revalidation in nfs_update_inode()

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>
fs/nfs/inode.c
include/linux/nfs_fs.h