Hi Thorsten, On Sat, 13 Sep 2025 12:39:54 +0200, Thorsten Blum wrote: > Both Minix and Ext2 filesystems are located at 'start_block + 1'. Update > the log messages to report the correct block numbers. I don't think this change is worthwhile. The offset of the superblock within the filesystem image is an implementation detail. > Replace printk(KERN_NOTICE) with pr_notice() to avoid checkpatch > warnings. > > Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Nothing is being fixed here.