Re: [PATCH] fb_defio: Use __set_page_dirty_no_writeback

2021-03-07 Thread kernel test robot
Hi "Matthew, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.12-rc2] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

[PATCH] fb_defio: Use __set_page_dirty_no_writeback

2021-03-06 Thread Matthew Wilcox (Oracle)
The home-grown set_page_dirty() implementation had the wrong return value. Use __set_page_dirty_no_writeback() like other in-memory implementations. Signed-off-by: Matthew Wilcox (Oracle) --- drivers/video/fbdev/core/fb_defio.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff