Re: [Suspend-devel] [RFC/RFT][PATCH 7/7] s2disk: Rename compress to do_compress

2007-08-16 Thread Pavel Machek
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

[Suspend-devel] [RFC/RFT][PATCH 7/7] s2disk: Rename compress to do_compress

2007-08-16 Thread Rafael J. Wysocki
Rename the variable 'compress' to 'do_compress', in analogy with 'do_encrypt'. --- suspend.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) Index: suspend/suspend.c === --- suspend.orig/suspend.c