Hi!

> @@ -1396,7 +1396,7 @@ int main(int argc, char *argv[])
>  
>       mem_size = 3 * page_size + buffer_size;
>  #ifdef CONFIG_COMPRESS
> -     if (compress)
> +     if (do_compress)
>               mem_size += LZO1X_1_MEM_COMPRESS;
>  #endif
>  #ifdef CONFIG_ENCRYPT

Can we kill the #ifdef? do_compress is hardcoded to 0 in
!CONFIG_COMPRESS cases...

                                                                        Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to