On Wed, Mar 05, 2025 at 10:18:12AM -0800, Darrick J. Wong wrote: > > + /* > > + * For buffers smaller than PAGE_SIZE use a kmalloc allocation if that > > + * is properly aligned. The slab allocator now guarantees an aligned > > + * allocation for all power of two sizes, we matches most of the smaller > > Same suggestion: > > "...which matches most of the smaller than PAGE_SIZE buffers..." Hmm, I thought I had fixed that, but I for sure now have now.