On Tue, May 23, 2023 at 04:47:09PM +0530, Anuj Gupta wrote: > + if (rq->cmd_flags & REQ_ALLOC_CACHE && (nr_vecs <= BIO_INLINE_VECS)) { The inner braces are superflous.
On Tue, May 23, 2023 at 04:47:09PM +0530, Anuj Gupta wrote: > + if (rq->cmd_flags & REQ_ALLOC_CACHE && (nr_vecs <= BIO_INLINE_VECS)) { The inner braces are superflous.