* [2.6 patch] kernel/power/swsusp.c: make a variable static
@ 2005-05-13 0:47 Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2005-05-13 0:47 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-pm, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 684 bytes --]
This patch makes a needlessly global variable static.
This patch was already ACK'ed by Pavel Machek.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 6 May 2005
--- linux-2.6.12-rc3-mm2-full/kernel/power/swsusp.c.old 2005-05-03 07:48:39.000000000 +0200
+++ linux-2.6.12-rc3-mm2-full/kernel/power/swsusp.c 2005-05-03 07:48:49.000000000 +0200
@@ -81,7 +81,7 @@
extern char resume_file[];
/* Local variables that should not be affected by save */
-unsigned int nr_copy_pages __nosavedata = 0;
+static unsigned int nr_copy_pages __nosavedata = 0;
/* Suspend pagedir is allocated before final copy, therefore it
must be freed after resume
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* [2.6 patch] kernel/power/swsusp.c: make a variable static
@ 2005-05-06 21:27 Adrian Bunk
2005-05-06 22:48 ` Pavel Machek
0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2005-05-06 21:27 UTC (permalink / raw)
To: pavel; +Cc: linux-pm, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 585 bytes --]
This patch makes a needlessly global variable static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.12-rc3-mm2-full/kernel/power/swsusp.c.old 2005-05-03 07:48:39.000000000 +0200
+++ linux-2.6.12-rc3-mm2-full/kernel/power/swsusp.c 2005-05-03 07:48:49.000000000 +0200
@@ -81,7 +81,7 @@
extern char resume_file[];
/* Local variables that should not be affected by save */
-unsigned int nr_copy_pages __nosavedata = 0;
+static unsigned int nr_copy_pages __nosavedata = 0;
/* Suspend pagedir is allocated before final copy, therefore it
must be freed after resume
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [2.6 patch] kernel/power/swsusp.c: make a variable static
2005-05-06 21:27 Adrian Bunk
@ 2005-05-06 22:48 ` Pavel Machek
0 siblings, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2005-05-06 22:48 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-pm, linux-kernel
On Pá 06-05-05 23:27:35, Adrian Bunk wrote:
> This patch makes a needlessly global variable static.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>
> --- linux-2.6.12-rc3-mm2-full/kernel/power/swsusp.c.old 2005-05-03 07:48:39.000000000 +0200
> +++ linux-2.6.12-rc3-mm2-full/kernel/power/swsusp.c 2005-05-03 07:48:49.000000000 +0200
> @@ -81,7 +81,7 @@
> extern char resume_file[];
>
> /* Local variables that should not be affected by save */
> -unsigned int nr_copy_pages __nosavedata = 0;
> +static unsigned int nr_copy_pages __nosavedata = 0;
>
> /* Suspend pagedir is allocated before final copy, therefore it
> must be freed after resume
ACK.
--
Boycott Kodak -- for their patent abuse against Java.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-05-13 0:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-13 0:47 [2.6 patch] kernel/power/swsusp.c: make a variable static Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2005-05-06 21:27 Adrian Bunk
2005-05-06 22:48 ` Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox