From: Trond Myklebust <trond.myklebust@xxxxxxxxxxxxxxx> This series addresses 2 sets of issues with the NFS automount functionality: 1. Capabilities are being inherited from the parent directory instead of assuming that the subdirectory may have different properties than the parent. This is particularly problematic when the parent is a referral. 2. We appear to be repeating some operations unnecessarily when traversing a submount point. Trond Myklebust (2): NFS: Fix the setting of capabilities when automounting a new filesystem NFSv4: Remove duplicate lookups, capability probes and fsinfo calls fs/nfs/client.c | 44 +++++++++++++++++++++- fs/nfs/internal.h | 2 +- fs/nfs/nfs4_fs.h | 5 ++- fs/nfs/nfs4client.c | 20 +--------- fs/nfs/nfs4getroot.c | 14 +++---- fs/nfs/nfs4proc.c | 89 ++++++++++++++++++++------------------------ 6 files changed, 93 insertions(+), 81 deletions(-) -- 2.50.1