Date: Tue, 6 May 2025 20:08:01 +0300 From: Andriy Gapon <avg@FreeBSD.org> To: Doug Moore <dougm@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: c8d56817b80f - main - vm_object: drop memq field Message-ID: <499cb68d-1052-44a3-bd91-1be3e91af3c2@FreeBSD.org> In-Reply-To: <202505061603.546G3BMo056105@gitrepo.freebsd.org> References: <202505061603.546G3BMo056105@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 06/05/2025 19:03, Doug Moore wrote: > The branch main has been updated by dougm: > > URL: https://cgit.FreeBSD.org/src/commit/?id=c8d56817b80f49c30e5bfe2cbff1dc2aed27096b > > commit c8d56817b80f49c30e5bfe2cbff1dc2aed27096b > Author: Doug Moore <dougm@FreeBSD.org> > AuthorDate: 2025-05-06 16:01:51 +0000 > Commit: Doug Moore <dougm@FreeBSD.org> > CommitDate: 2025-05-06 16:01:51 +0000 > > vm_object: drop memq field > > The memq field in vm_object is used to maintain a list of mapped > pages, sorted by pindex. Remove that field, and stop maintaining the > list. > > Reviewed by: alc, kib, markj It would have been useful to provide a little bit of context / history. Why we needed memq (or why we had it if we didn't need it). And why it has become disused. -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?499cb68d-1052-44a3-bd91-1be3e91af3c2>
