| Date | Sat, 17 Jul 2010 14:10:05 -0400 | | From | Rik van Riel <> | | Subject | Re: [PATCH 1/8] Allow sharing xvmalloc for zram and zcache |
| |
On 07/16/2010 08:37 AM, Nitin Gupta wrote: > Both zram and zcache use xvmalloc allocator. If xvmalloc > is compiled separately for both of them, we will get linker > error if they are both selected as "built-in". > > So, we now compile xvmalloc separately and export its symbols > which are then used by both of zram and zcache. > > Signed-off-by: Nitin Gupta<ngupta@vflare.org>
Acked-by: Rik van Riel <riel@redhat.com>
-- All rights reversed
|