Re: git: 40c1672e886b - main - swap_pager: fix seek_data with invalid first page
- In reply to: Mark Millard : "RE:git: 40c1672e886b - main - swap_pager: fix seek_data with invalid first page "
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Nov 2024 22:11:42 UTC
On Nov 26, 2024, at 14:02, Mark Millard <marklmi@yahoo.com> wrote: > Doug Moore <dougm_at_FreeBSD.org> wrote on > Date: Tue, 26 Nov 2024 18:15:33 UTC : > >> The branch main has been updated by dougm: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=40c1672e886b86f4956c16e9f1161683328504ff >> >> commit 40c1672e886b86f4956c16e9f1161683328504ff >> Author: Doug Moore <dougm@FreeBSD.org> >> AuthorDate: 2024-11-26 18:12:08 +0000 >> Commit: Doug Moore <dougm@FreeBSD.org> >> CommitDate: 2024-11-26 18:12:08 +0000 >> >> swap_pager: fix seek_data with invalid first page >> >> Correct swap_pager_seek_data so that, when the first lookup finds no >> valid pages, second and subsequent lookups are attempted anyway. >> >> This was broken by db08b0b04deced766c3b5f07bcfb82333666226c. >> >> Reported by: marklmi@yahoo.com >> Reviewed by: kib >> Tested by: marklmi@yahoo.com >> Fixes: db08b0b04deced76 tmpfs_vnops: move swap work to swap_pager >> Differential Revision: https://reviews.freebsd.org/D47767 > . . . > > MFC to stable/14 ? Should 14.2-RELEASE getting something related? 14.1-RELEASE ? Looking at stable/14 : looks like does not apply. Sorry for the noise. === Mark Millard marklmi at yahoo.com