All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] block: fix "Directory XXXXX with parent 'block' already present!"
@ 2022-04-23 14:39 Ming Lei
  2022-04-23 14:39 ` [PATCH V2 1/2] debugfs: fix declaration of debugfs_rename Ming Lei
  2022-04-23 14:39 ` [PATCH V2 2/2] block: fix "Directory XXXXX with parent 'block' already present!" Ming Lei
  0 siblings, 2 replies; 20+ messages in thread
From: Ming Lei @ 2022-04-23 14:39 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Christoph Hellwig, Greg Kroah-Hartman, Ming Lei

Hello,

The 1st patch fixes declaration of debugfs_rename for avoiding warning
caused by the 2nd patch.

The 2nd patch fixes warning of "Directory XXXXX with parent 'block'
already present!"

Ming Lei (2):
  debugfs: fix declaration of debugfs_rename
  block: fix "Directory XXXXX with parent 'block' already present!"

 block/blk-core.c        | 4 ++++
 block/blk-sysfs.c       | 4 ++--
 block/genhd.c           | 8 ++++++++
 include/linux/debugfs.h | 2 +-
 4 files changed, 15 insertions(+), 3 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-05-23 13:11 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23 14:39 [PATCH V2 0/2] block: fix "Directory XXXXX with parent 'block' already present!" Ming Lei
2022-04-23 14:39 ` [PATCH V2 1/2] debugfs: fix declaration of debugfs_rename Ming Lei
2022-04-23 14:39 ` [PATCH V2 2/2] block: fix "Directory XXXXX with parent 'block' already present!" Ming Lei
2022-04-23 16:29   ` Christoph Hellwig
2022-04-24  9:24     ` Ming Lei
2022-04-25  7:49       ` Christoph Hellwig
2022-04-25  9:18         ` Ming Lei
2022-04-24  8:53   ` Hannes Reinecke
2022-04-24  9:28     ` Ming Lei
2022-04-24 11:51       ` Hannes Reinecke
2022-04-24 12:04         ` Ming Lei
2022-04-24 13:45           ` Greg Kroah-Hartman
2022-04-25  1:28             ` Ming Lei
2022-04-25  5:10               ` Greg Kroah-Hartman
2022-04-25  7:48                 ` Christoph Hellwig
2022-04-25  7:53                   ` Hannes Reinecke
2022-04-25  9:07                 ` Ming Lei
2022-04-25  9:32                   ` Hannes Reinecke
2022-04-26  3:07                     ` Ming Lei
2022-05-23 13:11   ` Yu Kuai

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.