All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: remove the "detected capacity change" message
@ 2021-03-17 10:46 ` Mikulas Patocka
  0 siblings, 0 replies; 6+ messages in thread
From: Mikulas Patocka @ 2021-03-17 10:46 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, dm-devel, Zdenek Kabelac, ming.lei

Every time a new device mapper device is created, a message "detected
capacity change from 0 to 2097152" is reported. This message is useless,
so this patch removes it.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>

---
 block/genhd.c |    3 ---
 1 file changed, 3 deletions(-)

Index: linux-2.6/block/genhd.c
===================================================================
--- linux-2.6.orig/block/genhd.c	2021-03-17 11:03:52.000000000 +0100
+++ linux-2.6/block/genhd.c	2021-03-17 11:04:27.000000000 +0100
@@ -72,9 +72,6 @@ bool set_capacity_and_notify(struct gend
 	    (disk->flags & (GENHD_FL_UP | GENHD_FL_HIDDEN)) != GENHD_FL_UP)
 		return false;
 
-	pr_info("%s: detected capacity change from %lld to %lld\n",
-		disk->disk_name, capacity, size);
-
 	/*
 	 * Historically we did not send a uevent for changes to/from an empty
 	 * device.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-03-17 15:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 10:46 [PATCH] block: remove the "detected capacity change" message Mikulas Patocka
2021-03-17 10:46 ` [dm-devel] " Mikulas Patocka
2021-03-17 13:47 ` Christoph Hellwig
2021-03-17 13:47   ` [dm-devel] " Christoph Hellwig
2021-03-17 15:34   ` Mikulas Patocka
2021-03-17 15:34     ` [dm-devel] " Mikulas Patocka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.