From: Trond Myklebust Date: Thu, 6 Mar 2008 17:34:50 +0000 (-0500) Subject: NFS: Fix the fsid revalidation in nfs_update_inode() X-Git-Tag: v2.6.25-rc5~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c37dcd334c0b0a46a90cfa13b9f69e2aaa89bc09;p=pandora-kernel.git 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 --- Reading git-diff-tree failed