From: Thorsten Blum Date: Wed, 19 Feb 2025 20:53:25 +0000 (+0100) Subject: block: Remove commented out code X-Git-Tag: v6.15-rc1~166^2~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8985c4298733a56d38c11948dc3b1dd24f4fcd6b;p=thirdparty%2Flinux.git block: Remove commented out code Remove commented out code. Signed-off-by: Thorsten Blum Reviewed-by: Christoph Hellwig Link: https://lore.kernel.org/r/20250219205328.28462-2-thorsten.blum@linux.dev Signed-off-by: Jens Axboe --- diff --git a/block/partitions/sgi.c b/block/partitions/sgi.c index 9cc6b8c1eea46..b5ecddd5181a1 100644 --- a/block/partitions/sgi.c +++ b/block/partitions/sgi.c @@ -50,8 +50,6 @@ int sgi_partition(struct parsed_partitions *state) p = &label->partitions[0]; magic = label->magic_mushroom; if(be32_to_cpu(magic) != SGI_LABEL_MAGIC) { - /*printk("Dev %s SGI disklabel: bad magic %08x\n", - state->disk->disk_name, be32_to_cpu(magic));*/ put_dev_sector(sect); return 0; } diff --git a/block/partitions/sun.c b/block/partitions/sun.c index ddf9e6def4b2a..2419af76120f5 100644 --- a/block/partitions/sun.c +++ b/block/partitions/sun.c @@ -74,8 +74,6 @@ int sun_partition(struct parsed_partitions *state) p = label->partitions; if (be16_to_cpu(label->magic) != SUN_LABEL_MAGIC) { -/* printk(KERN_INFO "Dev %s Sun disklabel: bad magic %04x\n", - state->disk->disk_name, be16_to_cpu(label->magic)); */ put_dev_sector(sect); return 0; }