Re: [PATCH v5 03/27] afs: Use wait_on_page_writeback_killable

2021-03-23 Thread David Howells
Matthew Wilcox (Oracle) wrote: > Open-coding this function meant it missed out on the recent bugfix Would that be: c2407cf7d22d0c0d94cf20342b3b8f06f1d904e7 mm: make wait_on_page_writeback() wait for multiple pending writebacks David

Re: [PATCH v5 03/27] afs: Use wait_on_page_writeback_killable

2021-03-22 Thread Matthew Wilcox
On Mon, Mar 22, 2021 at 09:27:26AM +, David Howells wrote: > Matthew Wilcox (Oracle) wrote: > > > Open-coding this function meant it missed out on the recent bugfix > > for waiters being woken by a delayed wake event from a previous > > instantiation of the page. > > > > Signed-off-by:

Re: [PATCH v5 03/27] afs: Use wait_on_page_writeback_killable

2021-03-22 Thread David Howells
Matthew Wilcox (Oracle) wrote: > Open-coding this function meant it missed out on the recent bugfix > for waiters being woken by a delayed wake event from a previous > instantiation of the page. > > Signed-off-by: Matthew Wilcox (Oracle) Acked-and-tested-by: David Howells Should this be

Re: [PATCH v5 03/27] afs: Use wait_on_page_writeback_killable

2021-03-22 Thread Christoph Hellwig
On Sat, Mar 20, 2021 at 05:40:40AM +, Matthew Wilcox (Oracle) wrote: > Open-coding this function meant it missed out on the recent bugfix > for waiters being woken by a delayed wake event from a previous > instantiation of the page. > > Signed-off-by: Matthew Wilcox (Oracle) Looks good,

[PATCH v5 03/27] afs: Use wait_on_page_writeback_killable

2021-03-19 Thread Matthew Wilcox (Oracle)
Open-coding this function meant it missed out on the recent bugfix for waiters being woken by a delayed wake event from a previous instantiation of the page. Signed-off-by: Matthew Wilcox (Oracle) --- fs/afs/write.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git