On Wed, Sep 14, 2011 at 11:26 AM, Francis Moreau <[email protected]> wrote:
> On Tue, Sep 13, 2011 at 10:56 PM, Dan Magenheimer
> <[email protected]> wrote:
>>> From: Seth Jennings [mailto:[email protected]]
>>> Sent: Tuesday, September 13, 2011 1:19 PM
>>> To: [email protected]
>>> Cc: [email protected]; [email protected]; [email protected]; 
>>> [email protected];
>>> [email protected]; Dan Magenheimer; Seth Jennings
>>> Subject: [PATCH] staging: zcache: fix cleancache crash
>>>
>>> After commit, c5f5c4db, cleancache crashes on the first
>>> successful get. This was caused by a remaining virt_to_page()
>>> call in zcache_pampd_get_data_and_free() that only gets
>>> run in the cleancache path.
>>>
>>> The patch converts the virt_to_page() to struct page
>>> casting like was done for other instances in c5f5c4db.
>>>
>>> Based on 3.1-rc4
>>>
>>> Signed-off-by: Seth Jennings <[email protected]>
>>
>> Yep, this appears to fix it!  Hopefully Francis can confirm.
>
> Ok I can give this a try and let you know.

This patch has fixed the issue I was hitting with qemu.

Thanks
-- 
Francis
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to