]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6d2181c61217e702eb188d682f3becf97e5b6cb6
tree0792bbc64fff676c76a696a76a9f703cd9500145
parent626cd0b9af55a86a0c3a244c1599f2030a10f70a
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