]> git.baikalelectronics.ru Git - kernel.git/commit
md: add error handling support for add_disk()
authorLuis Chamberlain <mcgrof@kernel.org>
Wed, 1 Sep 2021 11:38:30 +0000 (13:38 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 20:50:10 +0000 (14:50 -0600)
commit5deeaf1b6480bfc32c803286ddf8a484f3776f13
tree2139766c2136b28a8d283b2f2e1df1e0f1bf1188
parentb55b3a1423e7083c89b1b7cef9f3fc10cd4379ed
md: add error handling support for add_disk()

We never checked for errors on add_disk() as this function
returned void. Now that this is fixed, use the shiny new
error handling.

We just do the unwinding of what was not done before, and are
sure to unlock prior to bailing.

Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/md.c