commit | c37dcd334c0b0a46a90cfa13b9f69e2aaa89bc09 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Mar 06 12:34:50 2008 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Mar 07 14:35:37 2008 -0500 |
tree | 0792bbc64fff676c76a696a76a9f703cd9500145 | |
parent | ee1a2c564f67407947e89f1dac75ac0af0ba88c7 [diff] |
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>