Searched hist:"4 e99a1ff3410c627a428d5ddb6cd2e7bc908a486" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | dir.c | diff 4e99a1ff3410c627a428d5ddb6cd2e7bc908a486 Thu Mar 06 11:34:59 CST 2008 Trond Myklebust <Trond.Myklebust@netapp.com> NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossings
As long as the directory contents haven't changed, we should just let the path walk proceed to cross the mountpoint. Apart from being an optimisation in the case of 'nohide' mountpoint traversals, it also fixes an issue with referrals: referral inodes don't have valid filehandles, so calling nfs_revalidate_inode() on them is a bug.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|