Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4e1da3c authored by Chris Mason's avatar Chris Mason Committed by Andy Grover
Browse files

RDS: properly use sg_init_table



This is only needed to keep debugging code from bugging.

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent f046011c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -282,6 +282,7 @@ static struct rds_page_frag *rds_ib_refill_one_frag(struct rds_ib_connection *ic
		if (!frag)
			return NULL;

		sg_init_table(&frag->f_sg, 1);
		ret = rds_page_remainder_alloc(&frag->f_sg,
					       RDS_FRAG_SIZE, page_mask);
		if (ret) {