[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071127002339.GE9759@elf.ucw.cz>
Date: Tue, 27 Nov 2007 01:23:39 +0100
From: Pavel Machek <pavel@....cz>
To: "Rafael J. Wysocki" <rjw@...k.pl>
Cc: pm list <linux-pm@...ts.linux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 6/6] Hibernation: Move extern definition to header file
Hi!
> From: Rafael J. Wysocki <rjw@...k.pl>
>
> Move the extern definition of resume_file[] from kernel/power/swap.c
> to kernel/power/power.h .
>
> Signed-off-by: Rafael J. Wysocki <rjw@...k.pl>
can we just get rid of extern? It does not seem to be used. (at least
in very quick grep over 2.6.24-rc3):
pavel@amd:/data/l/linux/kernel/power$ grep resume_file *.c
disk.c:char resume_file[256] = CONFIG_PM_STD_PARTITION;
disk.c: if (!strlen(resume_file)) {
disk.c: swsusp_resume_device = name_to_dev_t(resume_file);
disk.c: pr_debug("swsusp: Resume From Partition %s\n",
resume_file);
disk.c: strncpy( resume_file, str, 255 );
swap.c:extern char resume_file[];
pavel@amd:/data/l/linux/kernel/power$
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists