On Fri, Oct 18, 2019 at 11:58:20AM +0200, Johannes Thumshirn wrote: > - /* can we steal this cached rbio's pages? */
> + /* can we steal this cached rbio's pages? */ > + /* no merging, put us on the tail of the plug list, our rbio > + * will be started with the currently running rbio unlocks > + */ In patches that touch comments it's allowed if not encouraged to reformat the comments to the preferred style. Ie. capital first letter, aligned to 80, and not the ugl^Wnet code format. I'm fixing that in many other patches anyway, no need to resend.