[PATCH] nvmet: lift blocksize restriction to 64k

Christoph Hellwig hch at lst.de
Thu Dec 4 01:27:38 PST 2025


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.




More information about the Linux-nvme mailing list