Konstantin Belousov wrote:
>On Mon, Sep 16, 2019 at 03:27:02PM +, Rick Macklem wrote:
>> Hi Kostik,
>>
>> I'm afraid there was a reason that only certain cases (where the file was
>> being shrunk) did the vnode_pager_setsize() call after the NFS node
>> lock is released.
>>
>> See the commit lo
Resent to correct address...
From: Rick Macklem
Sent: Monday, September 16, 2019 11:27 AM
To: k...@freebsd.org; pet...@freebsd.org
Cc: src-svn-...@freebsd.org
Subject: Re; svn commit: r352393 - head/sys/fs/nfsclient
Hi Kostik,
I'm afraid there
Author: kib
Date: Mon Sep 16 13:26:27 2019
New Revision: 352393
URL: https://svnweb.freebsd.org/changeset/base/352393
Log:
nfscl_loadattrcache: fix rest of the cases to not call
vnode_pager_setsize() under the node mutex.
r248567 moved some calls of vnode_pager_setsize() after the node lo