From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2DA2CC32750 for ; Tue, 13 Aug 2019 14:30:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ED6262067D for ; Tue, 13 Aug 2019 14:30:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="ORA9DuNI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729163AbfHMOaQ (ORCPT ); Tue, 13 Aug 2019 10:30:16 -0400 Received: from mail-ot1-f65.google.com ([209.85.210.65]:32785 "EHLO mail-ot1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728227AbfHMOaQ (ORCPT ); Tue, 13 Aug 2019 10:30:16 -0400 Received: by mail-ot1-f65.google.com with SMTP id q20so20302901otl.0 for ; Tue, 13 Aug 2019 07:30:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=dodPeBHiTvXQpNHuEhbNlONL9Drrpvmy/8YMtOGC/4E=; b=ORA9DuNIXC3zPuUm1/0HhV3KegzLJGzA2q0tprr3zARJ4vWYGMrEcA7ozf3C3GmA+5 vxBbaCrlh2dd4yykKOK2/YO89S3e5QUjgxN9uf1EWj2xy4Mo281M2dYSxe5abyLr5g1m uV2jG1YiIt81/yLwPg1M+UHnsSzV6rLuAqGiy8BEpNi/IJHZWwRDu5bv4ehRRigBco33 bHpNkUSjD4fept7dmEODnTsOcaqG3Lsg/DD/ZYGKjG2/2KT7s4u8YXMdyb7Yjq2XJuD3 62qbANrJjPjvPRHH3jS7VlbBuXPWhklmUt91M+806rsIctWk9jpjk2gPkWrse10zDxfe sf6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=dodPeBHiTvXQpNHuEhbNlONL9Drrpvmy/8YMtOGC/4E=; b=fhUyPwtgLPyfizSUy4UOJigWgJVwqh/CcGI0DRC5TXW7LVi9bw62DPfYitM/FA+Mt4 QYe+mkNVKBcM7KQX+nKclFOEvafnhwxKBlX5xMGcI7ISKYVKKx1IcS1UL+63w72VWl6s qgnLTNp6rFLJ8Y3fbfeGj2dV/Sdjc1MUcKRvd8rbpu0YxXlFkw3/f7Z+o+ATGNXwiBOX jMcaFrsYsolzx1FxNeQ42z7Ufg97KRRtFSS8Oq3PiCjLGpqNRMNyD1XXPcHz66P4xt8K fXXQvLm+3vBFwa0MlssTc93sOPUDVXVEGGdXPrDX1fO5Yw66NarhbkBXYBEsmypazdck C6DA== X-Gm-Message-State: APjAAAWOS3wJJLNyPhMLWoq+y+oAuljtACXLzKmqzsbmkgSw/kxVb5QE imi1hjxTurTwDq3FugElOvZo7xg= X-Google-Smtp-Source: APXvYqw325CEAjBNw8aQXAQFUqP4+xvF8Y8TWqsiQFDf8d0iOGzGBerIqYfEAwRaXxgyOMD1MiCwxQ== X-Received: by 2002:a02:c916:: with SMTP id t22mr42779652jao.24.1565706614624; Tue, 13 Aug 2019 07:30:14 -0700 (PDT) Received: from localhost.localdomain (c-68-40-189-247.hsd1.mi.comcast.net. [68.40.189.247]) by smtp.gmail.com with ESMTPSA id o6sm9429161ioh.22.2019.08.13.07.30.13 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Tue, 13 Aug 2019 07:30:14 -0700 (PDT) From: Trond Myklebust X-Google-Original-From: Trond Myklebust To: linux-nfs@vger.kernel.org Subject: [PATCH 1/5] NFS: Don't refresh attributes with mounted-on-file information Date: Tue, 13 Aug 2019 10:28:02 -0400 Message-Id: <20190813142806.123268-1-trond.myklebust@hammerspace.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org If we've been given the attributes of the mounted-on-file, then do not use those to check or update the attributes on the application-visible inode. Signed-off-by: Trond Myklebust --- fs/nfs/inode.c | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index 8a1758200b57..c764cfe456e5 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c @@ -1403,12 +1403,21 @@ static int nfs_check_inode_attributes(struct inode *inode, struct nfs_fattr *fat if (NFS_PROTO(inode)->have_delegation(inode, FMODE_READ)) return 0; + /* No fileid? Just exit */ + if (!(fattr->valid & NFS_ATTR_FATTR_FILEID)) + return 0; /* Has the inode gone and changed behind our back? */ - if ((fattr->valid & NFS_ATTR_FATTR_FILEID) && nfsi->fileid != fattr->fileid) + if (nfsi->fileid != fattr->fileid) { + /* Is this perhaps the mounted-on fileid? */ + if ((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) && + nfsi->fileid == fattr->mounted_on_fileid) + return 0; return -ESTALE; + } if ((fattr->valid & NFS_ATTR_FATTR_TYPE) && (inode->i_mode & S_IFMT) != (fattr->mode & S_IFMT)) return -ESTALE; + if (!nfs_file_has_buffered_writers(nfsi)) { /* Verify a few of the more important attributes */ if ((fattr->valid & NFS_ATTR_FATTR_CHANGE) != 0 && !inode_eq_iversion_raw(inode, fattr->change_attr)) @@ -1768,18 +1777,6 @@ int nfs_post_op_update_inode_force_wcc(struct inode *inode, struct nfs_fattr *fa EXPORT_SYMBOL_GPL(nfs_post_op_update_inode_force_wcc); -static inline bool nfs_fileid_valid(struct nfs_inode *nfsi, - struct nfs_fattr *fattr) -{ - bool ret1 = true, ret2 = true; - - if (fattr->valid & NFS_ATTR_FATTR_FILEID) - ret1 = (nfsi->fileid == fattr->fileid); - if (fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) - ret2 = (nfsi->fileid == fattr->mounted_on_fileid); - return ret1 || ret2; -} - /* * Many nfs protocol calls return the new file attributes after * an operation. Here we update the inode to reflect the state @@ -1810,7 +1807,15 @@ static int nfs_update_inode(struct inode *inode, struct nfs_fattr *fattr) nfs_display_fhandle_hash(NFS_FH(inode)), atomic_read(&inode->i_count), fattr->valid); - if (!nfs_fileid_valid(nfsi, fattr)) { + /* No fileid? Just exit */ + if (!(fattr->valid & NFS_ATTR_FATTR_FILEID)) + return 0; + /* Has the inode gone and changed behind our back? */ + if (nfsi->fileid != fattr->fileid) { + /* Is this perhaps the mounted-on fileid? */ + if ((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) && + nfsi->fileid == fattr->mounted_on_fileid) + return 0; printk(KERN_ERR "NFS: server %s error: fileid changed\n" "fsid %s: expected fileid 0x%Lx, got 0x%Lx\n", NFS_SERVER(inode)->nfs_client->cl_hostname, -- 2.21.0