dmdedup / dmdedup3.19

Device-mapper Deduplication Target
20 stars 11 forks source link

Fixed bad page state OOPS BUG by replacing sizeof(pl) with sizeof(*pl) #3

Closed venkrishr closed 8 years ago

venkrishr commented 8 years ago

In function prepare_bio_with_pbn in dm-dedup-rw.c.

sectorsize512 commented 8 years ago

I think commit message contains some less relevant information. It should be short but informative. How about:

Fixing incorrect page allocation in read-modify-write code path (<-- the first line of the commit message) (empty line) Replacing sizeof(p) with sizeof(*p) in kmalloc().

venkrishr commented 8 years ago

Okay, I'll update it and request again.