On Fri, May 21, 2021 at 01:21:44PM -0700, Keith Busch wrote: > The synchronous blk_execute_rq() had not provided a way for its callers > to know if its request was successful or not. Return the blk_status_t > result of the request. > > Signed-off-by: Keith Busch <kbusch@xxxxxxxxxx> > --- > v2->v3: > > Return blk_status_t instead of errno. > > Removed "extern" header declaration, and named the parameters. Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> -- Ming