Re: [PATCH v2 06/11] block: sed-opal: split generation of bytestring header and content

From: Christoph Hellwig
Date: Mon Mar 19 2018 - 15:59:58 EST


> +static u8 *add_bytestring_header(int *err, struct opal_dev *cmd, size_t len)
> {
> size_t header_len = 1;
> bool is_short_atom = true;
> -
> - if (*err)
> - return;
> + char *start;

Shouldn't this also return early if we have a pending error?

Except for that this looks fine:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>