On Wed, Dec 03, 2025 at 12:30:00PM +0100, Hannes Reinecke wrote: > - file_inode(ns->file)->i_blkbits, 12); > + file_inode(ns->file)->i_blkbits, 16); Make that ilog(SZ_64K) instead of the magic number shift? Otherwise looks good.