On Mon, Sep 06, 2021 at 06:16:24PM -0400, Gabriel Krisman Bertazi wrote: > > ext4_msg("... %u.%u.%u\n", (encoding_info->version>>12) & 0xff, > > (encoding_info->version>>8) & 0xff), encoding_info->version & 0xff)) I'd rather not open code these shifts and add helpers for them. > > The rest of the series looks good and I can pick it up for 5.15, unless > > someone has anything else to say? It has lived on the list for a while > > now. > > > > Ugh, pressed reply too quickly. Sorry for the multiple email reply. > > In the summary line: tripple -> triple. Let me resend with the above change.