search for: 7680d53

Displaying 3 results from an estimated 3 matches for "7680d53".

Did you mean: 768005
2013 Jun 09
0
[PATCH 06/26] block: Convert bio_for_each_segment() to bvec_iter
...s(bvec.bv_page) + + bvec.bv_offset, pci_addr_in + + offset, bvec.bv_len); + bytes_to_copy -= bvec.bv_len; } - offset += bvec->bv_len; + offset += bvec.bv_len; } } } else { diff --git a/drivers/staging/zram/zram_drv.c b/drivers/staging/zram/zram_drv.c index 7680d53..9a45129 100644 --- a/drivers/staging/zram/zram_drv.c +++ b/drivers/staging/zram/zram_drv.c @@ -364,9 +364,10 @@ static void update_position(u32 *index, int *offset, struct bio_vec *bvec) static void __zram_make_request(struct zram *zram, struct bio *bio, int rw) { - int i, offset; + int offset...
2013 Jun 09
0
[PATCH 06/26] block: Convert bio_for_each_segment() to bvec_iter
...s(bvec.bv_page) + + bvec.bv_offset, pci_addr_in + + offset, bvec.bv_len); + bytes_to_copy -= bvec.bv_len; } - offset += bvec->bv_len; + offset += bvec.bv_len; } } } else { diff --git a/drivers/staging/zram/zram_drv.c b/drivers/staging/zram/zram_drv.c index 7680d53..9a45129 100644 --- a/drivers/staging/zram/zram_drv.c +++ b/drivers/staging/zram/zram_drv.c @@ -364,9 +364,10 @@ static void update_position(u32 *index, int *offset, struct bio_vec *bvec) static void __zram_make_request(struct zram *zram, struct bio *bio, int rw) { - int i, offset; + int offset...
2013 Jun 09
0
[PATCH 06/26] block: Convert bio_for_each_segment() to bvec_iter
...s(bvec.bv_page) + + bvec.bv_offset, pci_addr_in + + offset, bvec.bv_len); + bytes_to_copy -= bvec.bv_len; } - offset += bvec->bv_len; + offset += bvec.bv_len; } } } else { diff --git a/drivers/staging/zram/zram_drv.c b/drivers/staging/zram/zram_drv.c index 7680d53..9a45129 100644 --- a/drivers/staging/zram/zram_drv.c +++ b/drivers/staging/zram/zram_drv.c @@ -364,9 +364,10 @@ static void update_position(u32 *index, int *offset, struct bio_vec *bvec) static void __zram_make_request(struct zram *zram, struct bio *bio, int rw) { - int i, offset; + int offset...