On Mon, Oct 31, 2016 at 04:19:11PM -0700, Omar Sandoval wrote:
> > +   if (unlikely(ret))
> > +           return ret;
> > +   ret = bio.bi_iter.bi_size;
> > +
> > +   if (iov_iter_rw(iter) == READ) {
> > +           bio_set_op_attrs(&bio, REQ_OP_READ, 0);
> > +           if (iter->type == ITER_IOVEC)
> 
> Nit: iter_is_iovec()?

Fixed.

--
To unsubscribe from this list: send the line "unsubscribe linux-block" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to