Hello Thomas,
On 4/26/22 14:03, Thomas Zimmermann wrote:
Rename various instances of pagelist to pagereflist. The list now stores pageref structures, so the new name is more appropriate.
In their write-back helpers, several fbdev drivers refer to the pageref list in struct fb_deferred_io instead of using the one supplied as argument to the function. Convert them over to the supplied one. It's the same instance, so no change of behavior occurs.
Signed-off-by: Thomas Zimmermann tzimmermann@suse.de Suggested-by: Sam Ravnborg sam@ravnborg.org
I thougt the convention was to have Suggested-by before your S-o-B.
The patch looks good to me.
Reviewed-by: Javier Martinez Canillas javierm@redhat.com