Re: Removing page->index

2024-12-10 Thread Claudio Imbrenda
On Tue, 10 Dec 2024 12:05:25 +0100 David Hildenbrand wrote: > On 09.12.24 18:36, Claudio Imbrenda wrote: > > On Wed, 4 Dec 2024 16:58:52 +0100 > > David Hildenbrand wrote: [...] > >> I know that Claudio is working on some changes, but not sure how that > >> would affect gmap's usage of page->i

Re: Removing page->index

2024-12-10 Thread David Hildenbrand
On 10.12.24 13:04, Claudio Imbrenda wrote: On Tue, 10 Dec 2024 12:05:25 +0100 David Hildenbrand wrote: On 09.12.24 18:36, Claudio Imbrenda wrote: On Wed, 4 Dec 2024 16:58:52 +0100 David Hildenbrand wrote: [...] I know that Claudio is working on some changes, but not sure how that would a

Re: Removing page->index

2024-12-10 Thread Claudio Imbrenda
On Wed, 4 Dec 2024 16:58:52 +0100 David Hildenbrand wrote: > On 03.12.24 20:51, Matthew Wilcox wrote: > > I've pushed out a new tree to > > git://git.infradead.org/users/willy/pagecache.git shrunk-page > > aka > > http://git.infradead.org/?p=users/willy/pagecache.git;a=shortlog;h=refs/heads/shrun

Re: Removing page->index

2024-12-10 Thread David Hildenbrand
On 09.12.24 18:36, Claudio Imbrenda wrote: On Wed, 4 Dec 2024 16:58:52 +0100 David Hildenbrand wrote: On 03.12.24 20:51, Matthew Wilcox wrote: I've pushed out a new tree to git://git.infradead.org/users/willy/pagecache.git shrunk-page aka http://git.infradead.org/?p=users/willy/pagecache.git;

Re: Removing page->index

2024-12-04 Thread David Hildenbrand
On 03.12.24 20:51, Matthew Wilcox wrote: I've pushed out a new tree to git://git.infradead.org/users/willy/pagecache.git shrunk-page aka http://git.infradead.org/?p=users/willy/pagecache.git;a=shortlog;h=refs/heads/shrunk-page The observant will notice that it doesn't actually shrink struct page

Re: Removing page->index

2024-12-04 Thread Thomas Zimmermann
Hi Am 03.12.24 um 20:51 schrieb Matthew Wilcox: I've pushed out a new tree to git://git.infradead.org/users/willy/pagecache.git shrunk-page aka http://git.infradead.org/?p=users/willy/pagecache.git;a=shortlog;h=refs/heads/shrunk-page The observant will notice that it doesn't actually shrink st

Removing page->index

2024-12-03 Thread Matthew Wilcox
I've pushed out a new tree to git://git.infradead.org/users/willy/pagecache.git shrunk-page aka http://git.infradead.org/?p=users/willy/pagecache.git;a=shortlog;h=refs/heads/shrunk-page The observant will notice that it doesn't actually shrink struct page yet. However, we're getting close. What