Re: Re; svn commit: r352393 - head/sys/fs/nfsclient

2019-09-16 Thread Rick Macklem
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

Re: Re; svn commit: r352393 - head/sys/fs/nfsclient

2019-09-16 Thread Rick Macklem
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

svn commit: r352393 - head/sys/fs/nfsclient

2019-09-16 Thread Konstantin Belousov
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