s390: Remove uses of page->index
From: | "Matthew Wilcox (Oracle)" <willy-AT-infradead.org> | |
To: | Claudio Imbrenda <imbrenda-AT-linux.ibm.com> | |
Subject: | [PATCH 0/2] s390: Remove uses of page->index | |
Date: | Thu, 19 Dec 2024 16:22:48 +0000 | |
Message-ID: | <20241219162252.1025317-1-willy@infradead.org> | |
Cc: | "Matthew Wilcox (Oracle)" <willy-AT-infradead.org>, David Hildenbrand <david-AT-redhat.com>, linux-mm-AT-kvack.org, linux-s390-AT-vger.kernel.org | |
Archive-link: | Article |
These two patches compile ... I can promise nothing more than that. David suggested to me that the gmap code really should be using ptdesc, and I think I agree with him. The vsie code looks quite different and probably shouldn't be using a ptdesc, but we can use page->private instead of page->index. It's not yet clear to me if we'll ever manage to get rid of page->private. Matthew Wilcox (Oracle) (2): s390: Convert gmap code to use ptdesc s390: Convert vsie code to use page->private arch/s390/kvm/vsie.c | 6 +- arch/s390/mm/gmap.c | 181 +++++++++++++++++++++---------------------- 2 files changed, 92 insertions(+), 95 deletions(-) -- 2.45.2