nbd: add error handling support for add_disk()
mainline inclusion from mainline-v5.16-rc1 commit e1654f41 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I81XCK Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e1654f413fe08ffbc3292d8d2b8958b2cc5cb5e8 ---------------------------------------- We never checked for errors on add_disk() as this function returned void. Now that this is fixed, use the shiny new error handling. Reviewed-by:Christoph Hellwig <hch@lst.de> Reviewed-by:
Hannes Reinecke <hare@suse.de> Signed-off-by:
Luis Chamberlain <mcgrof@kernel.org> Signed-off-by:
Jens Axboe <axboe@kernel.dk> conflict: drivers/block/nbd.c Signed-off-by:
Zhong Jinghua <zhongjinghua@huawei.com> Signed-off-by:
Li Nan <linan122@huawei.com>
Loading
Please sign in to comment