Re: svn commit: r344758 - in head/sys/fs: nfs nfsserver

2019-03-04 Thread Cy Schubert
On March 4, 2019 3:13:05 PM PST, Rick Macklem wrote: >Cy Schubert wrote: >>Sent: Monday, March 4, 2019 3:25 PM >>To: Edward Napierala >>Cc: Cy Schubert; Konstantin Belousov; src-committers; >svn-src-...@freebsd.org; svn-src->h...@freebsd.org >>Subject: Re: svn

Re: svn commit: r344758 - in head/sys/fs: nfs nfsserver

2019-03-04 Thread Rick Macklem
Cy Schubert wrote: >Sent: Monday, March 4, 2019 3:25 PM >To: Edward Napierala >Cc: Cy Schubert; Konstantin Belousov; src-committers; svn-src-...@freebsd.org; >svn-src->h...@freebsd.org >Subject: Re: svn commit: r344758 - in head/sys/fs: nfs nfsserver > >In message ,

Re: svn commit: r344758 - in head/sys/fs: nfs nfsserver

2019-03-04 Thread Cy Schubert
In message , Edward Napierala writes: > pon., 4 mar 2019 o 15:17 Cy Schubert napisał(a): > > > > On March 4, 2019 6:30:21 AM PST, Konstantin Belousov > wrote: > > >On Mon, Mar 04, 2019 at 01:31:37PM +, Edward Napierala wrote: > > >> pon., 4 mar 2019 o 13:20 Konstantin Belousov > >

Re: svn commit: r344758 - in head/sys/fs: nfs nfsserver

2019-03-04 Thread Edward Napierala
pon., 4 mar 2019 o 15:17 Cy Schubert napisał(a): > > On March 4, 2019 6:30:21 AM PST, Konstantin Belousov > wrote: > >On Mon, Mar 04, 2019 at 01:31:37PM +, Edward Napierala wrote: > >> pon., 4 mar 2019 o 13:20 Konstantin Belousov > >napisał(a): > >> > > + p = curthread; > >> > Why do

Re: svn commit: r344758 - in head/sys/fs: nfs nfsserver

2019-03-04 Thread Cy Schubert
On March 4, 2019 6:30:21 AM PST, Konstantin Belousov wrote: >On Mon, Mar 04, 2019 at 01:31:37PM +, Edward Napierala wrote: >> pon., 4 mar 2019 o 13:20 Konstantin Belousov >napisał(a): >> > > + p = curthread; >> > Why do you name it 'p', which is typical for process, and not 'td', >you

Re: svn commit: r344758 - in head/sys/fs: nfs nfsserver

2019-03-04 Thread Edward Napierala
pon., 4 mar 2019 o 14:30 Konstantin Belousov napisał(a): > > On Mon, Mar 04, 2019 at 01:31:37PM +, Edward Napierala wrote: > > pon., 4 mar 2019 o 13:20 Konstantin Belousov > > napisał(a): > > > > + p = curthread; > > > Why do you name it 'p', which is typical for process, and not 'td',

Re: svn commit: r344758 - in head/sys/fs: nfs nfsserver

2019-03-04 Thread Konstantin Belousov
On Mon, Mar 04, 2019 at 01:31:37PM +, Edward Napierala wrote: > pon., 4 mar 2019 o 13:20 Konstantin Belousov napisał(a): > > > + p = curthread; > > Why do you name it 'p', which is typical for process, and not 'td', you are > > changing most of the code anyway. > > To keep the diff size

Re: svn commit: r344758 - in head/sys/fs: nfs nfsserver

2019-03-04 Thread Edward Napierala
pon., 4 mar 2019 o 13:20 Konstantin Belousov napisał(a): > > On Mon, Mar 04, 2019 at 01:02:36PM +, Edward Tomasz Napierala wrote: > > Author: trasz > > Date: Mon Mar 4 13:02:36 2019 > > New Revision: 344758 > > URL: https://svnweb.freebsd.org/changeset/base/344758 > > > > Log: > > Push

Re: svn commit: r344758 - in head/sys/fs: nfs nfsserver

2019-03-04 Thread Konstantin Belousov
On Mon, Mar 04, 2019 at 01:02:36PM +, Edward Tomasz Napierala wrote: > Author: trasz > Date: Mon Mar 4 13:02:36 2019 > New Revision: 344758 > URL: https://svnweb.freebsd.org/changeset/base/344758 > > Log: > Push down td in nfsrvd_dorpc() - make it use curthread instead > of it being

svn commit: r344758 - in head/sys/fs: nfs nfsserver

2019-03-04 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Mar 4 13:02:36 2019 New Revision: 344758 URL: https://svnweb.freebsd.org/changeset/base/344758 Log: Push down td in nfsrvd_dorpc() - make it use curthread instead of it being explicitly passed as an argument. No functional changes. The big picture here is that I