All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] add error handle for bdi debugfs register
@ 2017-10-26 17:35 ` weiping zhang
  0 siblings, 0 replies; 24+ messages in thread
From: weiping zhang @ 2017-10-26 17:35 UTC (permalink / raw)
  To: axboe, jack; +Cc: linux-block, linux-mm


this series add error handle for bdi debugfs register flow, the first
three patches try to convert void function to int and do some cleanup
if create dir or file fail.

the fourth patch only add a WARN_ON in device_add_disk, no function change.

weiping zhang (4):
  bdi: add check for bdi_debug_root
  bdi: convert bdi_debug_register to int
  bdi: add error handle for bdi_debug_register
  block: add WARN_ON if bdi register fail

 block/genhd.c    |  4 +++-
 mm/backing-dev.c | 41 +++++++++++++++++++++++++++++++++++------
 2 files changed, 38 insertions(+), 7 deletions(-)

-- 
2.14.2

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

end of thread, other threads:[~2017-10-31 10:34 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-26 17:35 [PATCH 0/4] add error handle for bdi debugfs register weiping zhang
2017-10-26 17:35 ` weiping zhang
2017-10-26 17:35 ` [PATCH 1/4] bdi: add check for bdi_debug_root weiping zhang
2017-10-26 17:35   ` weiping zhang
2017-10-30 13:00   ` Jan Kara
2017-10-30 13:00     ` Jan Kara
2017-10-31 10:30     ` weiping zhang
2017-10-31 10:30       ` weiping zhang
2017-10-26 17:35 ` [PATCH 2/4] bdi: convert bdi_debug_register to int weiping zhang
2017-10-26 17:35   ` weiping zhang
2017-10-30 13:01   ` Jan Kara
2017-10-30 13:01     ` Jan Kara
2017-10-26 17:36 ` [PATCH 3/4] bdi: add error handle for bdi_debug_register weiping zhang
2017-10-26 17:36   ` weiping zhang
2017-10-30 13:10   ` Jan Kara
2017-10-30 13:10     ` Jan Kara
2017-10-31 10:33     ` weiping zhang
2017-10-31 10:33       ` weiping zhang
2017-10-26 17:36 ` [PATCH 4/4] block: add WARN_ON if bdi register fail weiping zhang
2017-10-26 17:36   ` weiping zhang
2017-10-30 13:14   ` Jan Kara
2017-10-30 13:14     ` Jan Kara
2017-10-31 10:34     ` weiping zhang
2017-10-31 10:34       ` weiping zhang

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.