Re: [PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()

2020-06-01 Thread Matthew Wilcox
On Tue, May 26, 2020 at 01:51:14PM -0600, Jens Axboe wrote: > +++ b/include/linux/pagemap.h > @@ -456,6 +456,43 @@ static inline pgoff_t linear_page_index(struct > vm_area_struct *vma, > return pgoff; > } > > +/* This has the same layout as wait_bit_key - see fs/cachefiles/rdwr.c */ > +st

Re: [PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()

2020-05-26 Thread Johannes Weiner
On Tue, May 26, 2020 at 01:51:14PM -0600, Jens Axboe wrote: > No functional changes in this patch, just in preparation for allowing > more callers. > > Signed-off-by: Jens Axboe Acked-by: Johannes Weiner

[PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()

2020-05-26 Thread Jens Axboe
No functional changes in this patch, just in preparation for allowing more callers. Signed-off-by: Jens Axboe --- include/linux/pagemap.h | 37 + mm/filemap.c| 35 --- 2 files changed, 41 insertions(+), 31 deletions(

[PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()

2020-05-24 Thread Jens Axboe
No functional changes in this patch, just in preparation for allowing more callers. Signed-off-by: Jens Axboe --- include/linux/pagemap.h | 37 + mm/filemap.c| 35 --- 2 files changed, 41 insertions(+), 31 deletions(

[PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()

2020-05-23 Thread Jens Axboe
No functional changes in this patch, just in preparation for allowing more callers. Signed-off-by: Jens Axboe --- include/linux/pagemap.h | 37 + mm/filemap.c| 35 --- 2 files changed, 41 insertions(+), 31 deletions(