Re: [PATCHv6 0/8] zswap: compressed swap caching

2013-05-01 Thread Ric Mason
Hi Seth, On 02/22/2013 02:25 AM, Seth Jennings wrote: On 02/21/2013 09:50 AM, Dan Magenheimer wrote: From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] Subject: [PATCHv6 0/8] zswap: compressed swap caching Changelog: v6: * fix improper freeing of rbtree (Cody) Cody's bug fix reminded me

RE: [PATCHv6 0/8] zswap: compressed swap caching

2013-02-21 Thread Dan Magenheimer
> From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] > Subject: Re: [PATCHv6 0/8] zswap: compressed swap caching > > On 02/21/2013 09:50 AM, Dan Magenheimer wrote: > >> From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] > >> Subject: [PATCHv6 0/8]

Re: [PATCHv6 0/8] zswap: compressed swap caching

2013-02-21 Thread Seth Jennings
On 02/21/2013 09:50 AM, Dan Magenheimer wrote: >> From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] >> Subject: [PATCHv6 0/8] zswap: compressed swap caching >> >> Changelog: >> >> v6: >> * fix improper freeing of rbtree (Cody) > > Cody's bug fix reminded me of a rather fundamental question:

RE: [PATCHv6 0/8] zswap: compressed swap caching

2013-02-21 Thread Dan Magenheimer
> From: Seth Jennings [mailto:sjenn...@linux.vnet.ibm.com] > Subject: [PATCHv6 0/8] zswap: compressed swap caching > > Changelog: > > v6: > * fix improper freeing of rbtree (Cody) Cody's bug fix reminded me of a rather fundamental question: Why does zswap use a rbtree instead of a radix tree?