Loading net/9p/trans_virtio.c +1 −1 Original line number Diff line number Diff line Loading @@ -192,10 +192,10 @@ static int pack_sg_list(struct scatterlist *sg, int start, s = rest_of_page(data); if (s > count) s = count; BUG_ON(index > limit); sg_set_buf(&sg[index++], data, s); count -= s; data += s; BUG_ON(index > limit); } return index-start; Loading Loading
net/9p/trans_virtio.c +1 −1 Original line number Diff line number Diff line Loading @@ -192,10 +192,10 @@ static int pack_sg_list(struct scatterlist *sg, int start, s = rest_of_page(data); if (s > count) s = count; BUG_ON(index > limit); sg_set_buf(&sg[index++], data, s); count -= s; data += s; BUG_ON(index > limit); } return index-start; Loading