Re: [PATCH] 5/5: Device-mapper: dm-zero

From: Christophe Saout
Date: Wed Jun 02 2004 - 11:07:50 EST


Am Mi, den 02.06.2004 um 16:46 Uhr +0100 schrieb Alasdair G Kergon:

> + bio_for_each_segment(bv, bio, i) {
> + char *data = bvec_kmap_irq(bv, &flags);
> + memset(data, 0, bv->bv_len);

I just noticed, there's a

flush_dcache_page(bv->bv_page);

missing here.

> + bvec_kunmap_irq(bv, &flags);
> + }

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil