From owner-dev-commits-src-all@freebsd.org Sat Jan 23 21:00:42 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 399B04DE157; Sat, 23 Jan 2021 21:00:42 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from maybe.home.utahime.org (gate.home.utahime.org [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DNT6x72hLz3Cw6; Sat, 23 Jan 2021 21:00:41 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by maybe.home.utahime.org (Postfix) with ESMTPS id 0ECA04D33D; Sun, 24 Jan 2021 06:00:39 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1611435639; bh=GZ7UTg4z/o1hTQMPqADlISATGP0ONWq1q9k+AO7a1eI=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=jqa89xS8qigc83HtP9HwDbVzszjPwyQiqmrr1qIkshEbrZWK7KC+e+Pp0F+t/SMSc j61X2eDFIiHGTkD5MSsvXh6LeBvDaHf9aTUUDY3W0GNXC0Rd8AUdWsx3rldnpmFjSq LcYphxyfvEOp4iQCult/7BFWj1O4+YLnFBd9dbEJVGu3RlTAH1RaLr0aN+e7lomMeX +bHRfqDpLjH7A+996z3iW9Beyebbl3KGcU2wELOnyMoUEhyTtbbt7jZ3DdIUH50Wu7 f5C1arRKLMbOGiZulMNgo5J+z8Ff4YmLSnZfLWFWFji5rfHcFQ3bL4TAOCk4gEbCw6 ZcYinB9idUVQQ== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 6F7194BDAE; Sun, 24 Jan 2021 06:00:38 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.0 at eastasia.home.utahime.org Date: Sun, 24 Jan 2021 06:00:07 +0900 (JST) Message-Id: <20210124.060007.1107438771141721048.yasu@utahime.org> To: kostikbel@gmail.com Cc: dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: aa8c1f8d84d2 - main - nfs client: block vnode_pager_setsize() calls from nfscl_loadattrcache in nfs_write From: Yasuhiro Kimura In-Reply-To: References: <202101231525.10NFPa3V002367@gitrepo.freebsd.org> <20210124.050852.1053381322070533315.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 27.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4DNT6x72hLz3Cw6 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jan 2021 21:00:42 -0000 From: Konstantin Belousov Subject: Re: git: aa8c1f8d84d2 - main - nfs client: block vnode_pager_setsize() calls from nfscl_loadattrcache in nfs_write Date: Sat, 23 Jan 2021 22:29:36 +0200 > Try this. Does the problem disappear with the following patch applied? This fixes the problem. Thank you for quick response. --- Yasuhiro Kimura