commit | 52ef843bf432e6f9800b4f016869e25cf1d60bcc | [log] [tgz] |
---|---|---|
author | Luis Chamberlain <mcgrof@kernel.org> | Wed Apr 22 05:55:20 2020 +0000 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Wed Apr 29 01:16:41 2020 -0600 |
tree | e41a5a469c12f586f74c754d52cd417f4b1bfef9 | |
parent | 7269714f2bb02504c87325450cb0add20415e472 [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>