On Wed, Nov 03, 2021 at 05:21:53AM -0700, Luis Chamberlain wrote: > 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 re-use the same free tag call, so we also add a label for > that as well. Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>