svn commit: r232071 - head/sys/vm
Alexey Dokuchaev
danfe at freebsd.org
Mon May 27 14:26:23 UTC 2019
On Mon, May 27, 2019 at 02:21:55PM +0300, Konstantin Belousov wrote:
> On Mon, May 27, 2019 at 09:52:56AM +0000, Alexey Dokuchaev wrote:
> > On Thu, Feb 23, 2012 at 09:07:16PM +0000, Konstantin Belousov wrote:
> > > ...
> > > + /*
> > > + * Decrement the object's writemappings, by swapping the start
> > > + * and end arguments for vnode_pager_update_writecount(). If
> > > + * there was not a race with vnode reclaimation, then the
> > > + * vnode's v_writecount is decremented.
> > > + */
> > > + vnode_pager_update_writecount(object, end, start);
> >
> > ... here, first `end' is passed, then `start'. Is this intentional?
> Did you read the comment right before the call ?
I did, as I thought that explanation might be there, but it evaded me
(also, I was subconsciously expecting it near the end of the comment),
thanks for bring it to my attention and sorry for the noise.
./danfe
More information about the svn-src-head
mailing list