commit | b47aa5fc63302b160a3bf02fb7c79ce8b14c8bd9 | [log] [tgz] |
---|---|---|
author | Luis Chamberlain <mcgrof@kernel.org> | Wed Apr 22 05:55:20 2020 +0000 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Tue May 12 00:40:02 2020 -0600 |
tree | 84ff00fc0e981109f94557bf19bb192931c4a0f5 | |
parent | d821153c0036a3f09dca8734343861c8344fabfc [diff] |
block: add initial error handling for *add_disk()* and friends This adds error handling to the *add_disk*() callers and the functions it depends on. This is initial work as drivers are not converted. That is separate work. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>